Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skinning Sidebar QuestionSkinning Sidebar Question
Previous
 
Next
New Post
4/17/2014 11:57 PM
 

Hi,

I am trying to create a skin with a right sidebar. main content is col-md-8 with a sidebar of col-md-3 col-md-offset-1.

Under main content I need 3 additional columns. I guess nesting is a no-no in DNN. Doesn't work right. At least not for me.

If this were a regular bootstrap site I could do this minus the runat server. Any help would be appreciated.

  <!-- Main Content -->

   

         <!-- row 2 -->

    <div class="row">

     <div id="mainContent" class="col-md-8" runat="server">

            <div class="row">

                <div id="threeColumn1" class="col-md-2" runat="server"></div>

                <div id="threeColumn2" class="col-md-3" runat="server"></div>

                <div id="threeColumn3" class="col-md-3" runat="server"></div>

        </div>

     </div><!-- end #mainContent-->

        <!--Side Bar-->

        <div id="sideBar" class="col-md-3 col-md-offset-1" runat="server"></div>

       

        </div><!-- end row 2 -->

 
New Post
4/18/2014 3:44 AM
 

Hi Todd,

 

You can nest but should change it a bit:

     <div class="col-md-8">

            <div class="row">

                <div id="mainContent" class="col-md-8" runat="server" </div>

                <div id="threeColumn1" class="col-md-2" runat="server"></div>

                <div id="threeColumn2" class="col-md-3" runat="server"></div>

                <div id="threeColumn3" class="col-md-3" runat="server"></div>

        </div>

     </div><!-- end #mainContent-->

        <!--Side Bar-->

        <div id="sideBar" class="col-md-3 col-md-offset-1" runat="server"></div>

        

        </div><!-- end row 2 -->


Peter Schotman
Cestus Websites voor DotNetNuke oplossingen in Nederland
Contact us for your custom design and skinning work.
 
New Post
4/18/2014 9:49 AM
 

Thanks but unfortunately that will not work for me. I really need to nest the entire row in the first row. I had the code wrong in my example. My 3 columns need to span 3 cols each (I had one marked for 2 which was space appropriate but not with 3) and that won't work if I use the offset in the sidebar, which I really need to use.  I know on a regular bootstrap site you can nest a row of columns inside a row of columns and presto, it works. But with DNN, my 3 cols will pop above my col-md-8.  Still looking for a solution;)

<div class="row">

     <div id="mainContent" class="col-md-8" runat="server">

  <div class="row">

  <div id="threeColumn1" class="col-md-3" runat="server"></div>

  <div id="threeColumn2" class="col-md-3" runat="server"></div>

  <div id="threeColumn3" class="col-md-3" runat="server"></div>

  </div> 

     </div><!-- end #mainContent-->

        <!--Side Bar-->

        <div id="sideBar" class="col-md-3 col-md-offset-1" runat="server"></div>

</div><!-- end row 2 -->

 
New Post
4/18/2014 10:48 AM
 
the row class has clearing, so you have to put the maincontent pane in a row itself.

row
col-9
row col9
row col3 col3 col3
col3


Peter Schotman
Cestus Websites voor DotNetNuke oplossingen in Nederland
Contact us for your custom design and skinning work.
 
New Post
4/18/2014 5:36 PM
 

This is the solution I finally came up with. Works great.

<div class="row">

        <div class="col-sm-8 main">

          <div id="mainContent" runat="server"></div><!-- /#mainContent -->

            <div id="threeColumn1" class="col-sm-4" runat="server"></div><!-- /#threeColumn1 -->

            <div id="threeColumn2" class="col-sm-4" runat="server"></div><!-- /#threeColumn2 -->

         

            <div id="threeColumn3" class="col-sm-4" runat="server"></div><!-- /#threeColumn3 -->

        </div><!-- /.main -->

        <div id="sideBar" class="col-sm-3 col-sm-offset-1" runat="server"></div><!-- /#sideBar -->

</div><!-- /.row -->

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skinning Sidebar QuestionSkinning Sidebar Question


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out