Reply To: hr tag and unsemantic grid

Home Forums Support hr tag and unsemantic grid Reply To: hr tag and unsemantic grid

Home Forums Support hr tag and unsemantic grid Reply To: hr tag and unsemantic grid

#96742
Tom
Lead Developer
Lead Developer

If you’re using the unsemantic grid, wrap your columns in the grid-container class.

For example:

<div class="grid-container grid-parent">
      <div class="grid-33">

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

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

      </div>
</div>