Skip to main content

extra div in mcol

  • Ray
  • Topic Author
  • Visitor
  • Visitor
11 years 2 months ago #2005 by Ray
extra div in mcol was created by Ray
How can I get an extra div around the row.

Now the divs are for example
Code:
<div>product 1</div> <div>product 2</div> <div>product 3</div> <div>product 4</div> <div>product 5</div>

and with stylin for example width =33% you'll get 3 divs in a row

How can I get this
Code:
<div class="row"> <div>product 1</div> <div>product 2</div> <div>product 3</div> <div> <div class="row"> <div>product 4</div> <div>product 5</div> </div>

Please Log in to join the conversation.

Time to create page: 0.352 seconds