X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   CSS classes for all templates? (https://forum.x-cart.com/showthread.php?t=21966)

Grant 05-21-2006 06:00 PM

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?

balinor 05-22-2006 04:09 AM

On the sid menus, there is a
tag..remove that. On home.tpl, there is a ....remove that. Dialog.tpl also has a at the bottom.

Grant 05-22-2006 06:01 AM

Quote:

Originally Posted by balinor
On the sid menus, there is a
tag..remove that. On home.tpl, there is a ....remove that. Dialog.tpl also has a at the bottom.


Yep already found & destroyed them :)

Thanks P

This could be a candidate for the 'A million things asked... " thread maybe?


All times are GMT -8. The time now is 01:15 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.