Reply To: Do I need both grid divs.

Home Forums Support Do I need both grid divs. Reply To: Do I need both grid divs.

Home Forums Support Do I need both grid divs. Reply To: Do I need both grid divs.

#206041
Tom
Lead Developer
Lead Developer

There shouldn’t be any need for the grid-container, but if you do add it, it should be once around the columns.

<div class="grid-container">
    <div class="grid-50">

    </div>
    <div class="grid-50">
    
    </div>
</div>