Originally posted by jont
View Post
Announcement
Collapse
No announcement yet.
Mixing number of products per row on a page
Collapse
X
-
Originally posted by Darren B View PostPlease except my humble oppologies
Comment
-
Originally posted by Darren B View PostOK Jont <table> has been removed i trust we can let this one go
Comment
-
Hi Andy,
I think I'm going to park this. The products are there and there's plenty of other stuff to be doing. I'll come back to it when they're done.
What I wanted to do was to have list of products, I want the flexibility of either have a single product per line or lines with two products on, all on the same page:
Product A Product B
Product C Product D
Product E
Product F Product G
Product H Product I
So the simple columns approach won't work. I quite like this CSS approach, I guess you can initiate at the product level to choice which layout too use (100% or 50%), so two products after each with 50% would be on the same line.
Since it has been 2 years, are there any different ways of doing this, any thoughts would be appreciated.
And I have made the right assumption that you change the layout on the product > Layout > Product Layout or is it the Product List Layout, umm, pointers and thoughts are all appreciated.
Thanks Mash
It is over two years and it looks like itMash
Comment
-
Nothing has changed in coding or actinic standards in this area. You need to get rid of the list layout, create 2 product layouts, each with its own width, apply one of these to the parent section (the most commonly used product layout in the section) and then just change the products manually that you want to be different. If they are all set to float left and each layout has a correct size setup against it, everything will lay itself out as you want.
Comment
-
You'll also have to consider what will happen if you decide to add / remove a product from the page.Norman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment
-
Originally posted by NormanRouxel View PostYou'll also have to consider what will happen if you decide to add / remove a product from the page.
Comment
Comment