Hello,
I wish to retain the default layout for the product list items on the category page but want a 1px solid border on each product box and each box to have a 1px margin all around (so there will be 2px between each box).
When I implement the above changes, the number of boxes in each row is decreased so e.g. for the desktop, only 3 boxes are displayed in each row instead of 4. We need the default number to display for all device sizes.
I have tried changing various css settings but it seems there is no room in the outer box for just 12 extra pixels. This seems to me to be a rather inflexible width.
Be that as it may, I am seeking advice as to the best solution and what css to change:
1. Is it better to widen the outer box by 12 px or
2. to reduce the width of the product list item boxes by 3px
especially considering the effect in devices of different sizes.
Then, which settings do I change?
Pete
I wish to retain the default layout for the product list items on the category page but want a 1px solid border on each product box and each box to have a 1px margin all around (so there will be 2px between each box).
When I implement the above changes, the number of boxes in each row is decreased so e.g. for the desktop, only 3 boxes are displayed in each row instead of 4. We need the default number to display for all device sizes.
I have tried changing various css settings but it seems there is no room in the outer box for just 12 extra pixels. This seems to me to be a rather inflexible width.
Be that as it may, I am seeking advice as to the best solution and what css to change:
1. Is it better to widen the outer box by 12 px or
2. to reduce the width of the product list item boxes by 3px
especially considering the effect in devices of different sizes.
Then, which settings do I change?
Pete
Comment