I would like to add space in between the text in the side boxes. Can that be done in the css sheet? If so, where and what code would I insert? Would it be padding code. Or would it have to be done through the tpl.catagories.php?
Thanks
I would like to add space in between the text in the side boxes. Can that be done in the css sheet? If so, where and what code would I insert? Would it be padding code. Or would it have to be done through the tpl.catagories.php?
Thanks
In all of the sideboxes or only the categories box?
Just in the Catagory box.
Thanks
Try this
In the file
includes\templates\classic\css\stylesheet_new.css
look for:
.sideBoxContent {
/*background-color: #ffffff;
padding: 0.4em;*/
padding: 1.8em;
}
and change the padding value
I am not sure if this is what you were looking for
Do let us know if it works out!
If you are using stylesheet original and new you are most probably on the wrong track. Search here for "template default" and see all the reasions that one should base their template on this set of files.Try this
In the file
includes\templates\classic\css\stylesheet_new.css
look for:
Zen-Venom Get Bitten
I thanks for the tip however it just gives me padding on the top and bottom of the nav links. I'm looking for more space in between the nav links in the catagory box.
Thanks for any help you can provide.
This link should help!
http://www.romankoch.ch/capslock/cssvsmodel.htm