CSS classes for all templates?
I'm trying to get rid of that annoying empty space at the bottom of every table cell containing data (apart from the headers).
I've tried doing it internally within the tpl files - but this generates smarty errors.
I've created a new class in skin1.css and applied it to the tpl files but this seems to do nothing.
I've also tried adding...
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
... to a wide array of classes in skin1.css but nothing seems to be getting rid of it.. What is the class that I should be editing or are there multiple ones for the different sections?
__________________
X-Cart version : 4.0.18
Mod : Customer Also Bought
Mod : Custom catergory Templates
Mod : Custon Product Templates
|