Here is the site while it’s up, but I’m including a screenshot: http://test5.tenetshop.com/index.php/men-scarfs.html
As you can see the text for the third item is being pushed offAttachment 22958
5 answers
HI griffco,
Seems that you’re setting your site in debug mode, please disable it so that i can check for you.
HI griffco,
Seems that you’re setting your site in debug mode, please disable it so that i can check for you.
So sorry about that. I have disabled the hints and made sure that the "men’s scarfs" category is set to 1 column.
Hi again,
You can make change to CSS file: \skin\frontend\default\jm_scerif\csstheme.css
At approx line 3568:
Code:
.products-grid li.item { float: left; width: 31.2%; <<< change to this value. }
Regards.
Add this code to this file: /skin/frontend/default/jm_scerif/css/theme.css
Code:
.products-grid .product-information { clear: both; }
This is the optimal fix for that issue
Note: If you Find my Post useful please click on the Thanks Icon
Thank you Both!
Hi again,
You can make change to CSS file: \skin\frontend\default\jm_scerif\csstheme.css
At approx line 3568:
Code:
.products-grid li.item { float: left; width: 31.2%; <<< change to this value. }Regards.
Add this code to this file: /skin/frontend/default/jm_scerif/css/theme.css
Code:
.products-grid .product-information { clear: both; }This is the optimal fix for that issue
Note: If you Find my Post useful please click on the Thanks Icon
This question is now closed