For some reason, some subcategories in my shopping cart are not displaying properly. Blanks are shows instead of the images. See examples of good and bad.
GOOD:
http://assistech.com/store/index.php?rt=product/category&path=43
http://assistech.com/store/index.php?rt=product/category&path=58
BAD:
http://assistech.com/store/index.php?rt=product/category&path=36
http://assistech.com/store/index.php?rt=product/category&path=52
Questions: Why is this happening? And how to fix it?
Thank you for your help.
try to set subcategory name font from 16 to 14px in your style.css line 79
Quote from: abolabo on July 10, 2014, 05:44:47 AM
try to set subcategory name font from 16 to 14px in your style.css line 79
I don't see any subcategory name in style.css
Quote from: Ollie on July 10, 2014, 06:23:29 PM
Quote from: abolabo on July 10, 2014, 05:44:47 AM
try to set subcategory name font from 16 to 14px in your style.css line 79
I don't see any subcategory name in style.css
Hello,
OllieYou should NOT see subcategory name in CSS files. (CSS is a style language that defines layout of HTML documents.) Just try to modify file with
abolabo solution. If you modify your css the client browser won't know the difference - please clear browser cache after any changes in CSS files.
The solution I found was to shorten the text for the subcategories I was having trouble with. By doing so I was able to change from 2-line to 1-line display and this seems to have solved the problem!