Copied to clipboard

Flag this post as spam?

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


  • Biagio Paruolo 1621 posts 1914 karma points c-trib
    Sep 05, 2016 @ 15:29
    Biagio Paruolo
    0

    Umbraco Grid: How to create this type of grid structure?

    I've a page with various vertical section. I wish to apply some settings to the section like background image. So the html structure is:

    <section ..... >
        <div class="container">
          <div class="row">
              <div class="col...">
              ....
             </div>
           </div>
           .
           .
           <div class="row">
              <div class="col...">
              ....
             </div>
           </div>
        </div>
    </section>
    

    How to create a grid editor for this? Thanks.

  • 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