Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeroen Oostwouder 67 posts 163 karma points
    May 13, 2015 @ 15:12
    Jeroen Oostwouder
    0

    Umbraco grid combined with bootstrap on template

    Hi all,

    I'm having difficulties trying to implement the Umbraco Grid into a template.

    On my template I have a container with a row. That row consists of a small column for the left-navigation menu, and a large column for the content. The content is a grid-datatype.

    But when I open the page, the row is pushed beyond the site of my website. The large-column has the same width as my site, and combined with the left navigation it's way to big.

    How can I combine the fixed div (for navigation) with the grid-content?

    This is my template:

     

    <div class="row">
    <div class="col-lg-2">
    <ul>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
    </ul>
    </div>
    <div class="col-lg-10"> @CurrentPage.GetGridHtml("ArticleContent") </div>
    </div>

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies