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 1618 posts 1910 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.

Please Sign in or register to post replies

Write your reply to:

Draft