Hi, ive been trying to centre the content of my sideboxes but have been unsuccesful does any one know how i can do this?
Hi, ive been trying to centre the content of my sideboxes but have been unsuccesful does any one know how i can do this?
A link to your site??
Zen-Venom Get Bitten
Hi Kobra, thanks for your reply, as you can see i have my own header images in place, so i think it would look better if the text in the boxes were centered .
http://the-digi-boutique.com/boutique/
In your stylesheet:
.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
text-align:center;
}
That worked a treat, thanks very much Stevesh.![]()
Cool, but to have the Categories/Products side box contents aligned to the left (or wherever) whilst leaving the other side boxes contents center aligned? Tried a couple of CSS things but no joy.
Regards,
SK
my shop
#categoriesContent {whatever styling you want for categories box;}
Thanks Glenn !