I went back and looked at it, and defaults.css starts with @import, so it is set up to be called by something else.
I went back and looked at it, and defaults.css starts with @import, so it is set up to be called by something else.
I'm sorry to take over this thread with my own problem but it involves roughly the same issue.
w w w.L J S p o r t s.c a
If you go there, you will see near the bottom of the categories (on the left) the last category (Youth & Kids) and the CatBoxDivider directly underneath.
The problem is (as you may have noticed) that the CatBoxDivider is touching the last category and isnt spaced properly. I'm learning everything as i go so im not the best with css or php. I have been fiddling around with the "inspect element" plugin for google chrome but have not been able to do anything.
Any help would be appreciated. thank you
Well you could control it like this, which will take it out completely..
See what you think...
Add this to the bottom of your_template/ css/ stylesheet.css
#catBoxDivider {display:none;}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
i know how to remove it, but i'm looking to just provide the spacing it needs to look proper
You can add to the #catBoxDivider {} rule
margin-top: 1.0em;
or whatever you want.