For anyone having an issue getting the amount of product per row to display correctly (config value)
open:
/includes/templates/responsive_sheffield_blue/css/responsive_default.css
in the media query section
@media (min-width:980px) and (max-width:1200px) {
find:
Code:
.centerBoxContentsAlsoPurch, .centerBoxContentsProducts, .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {width:45% !important;}
change to:
Code:
.centerBoxContentsAlsoPurch, .centerBoxContentsProducts, .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {}
This will allow the width to properly calculate in desktop devices.
Bookmarks