SilverHD:
Hello:
I have another situation that I have run into along the way. For some reason my products are not aligning properly. In Configuration Maximum Values -> Product Listing- Number Per Page, I have set at 24 and you will notice that they are scattered. For example, I have a lot of product under vases. If you will click on Home Accents, then on Vases, you will see that there should be 3 products in each row but some rows only have one product. Any idea how I can fix this so that there are consistently 3 products in each row? BTW, I am usint v1.54
Thank you,
Silver
Your configuration settings are getting applied correctly, the row columns "products" have various heights and where the columnar layout adds the class "back" (float:left;) the next row columns need to clear at minimum the 2nd & 3rd column "product".
add this to your stylesheet
.centerBoxContentsProducts { min-height: 595px; }
You may have to change based on the height of the longest product or download matchHeight, this is used in version 1.5.5 and 1.5.5a responsive_classic
Patience is a virtue, I don't respond to PM's, they don't help anyone else with the same issues.
The category tabs need a height or minimum height so just add this to your stylesheet as well
#navCatTabs { min-height: 36px; }