Forums / Basic Configuration / Sidebox padding

Sidebox padding

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
06 Dec 2006, 17:44
#1
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Sidebox padding

Hi everyone,

I have made this work before but it is just eluding me today :( Please look here: http://70.87.90.194/~ideasmit/store/

In the sideboxes, I want the images to be centered inside the sidebox. For some reason everything is pushed to the left, it seems there is right padding or a right margin somewhere, but I have searched through the css and I can't figure out what is doing it. I've already removed all the padding that was in the sidebox css. I want the text to be aligned left, but the header images to be centered...can anyone help?

Thanks!
07 Dec 2006, 10:23
#2
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Posts:
357
Plugin Contributions:
0

Re: Sidebox padding

try looking at your stylesheet and find this line :

#navColumnOneWrapper {
margin: 0;
}
and try change it to this :

#navColumnOneWrapper {
margin: 5px;
}
im not sure if you like it this way.. but it's centered anyway. i guess. :wink2:
11 Dec 2006, 07:23
#3
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Sidebox padding

Thanks, that did the trick :D I was working so hard on making it center that it didn't occur to me to just give it a margin :blush:
11 Dec 2006, 10:59
#4
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Posts:
357
Plugin Contributions:
0

Re: Sidebox padding

Im glad tht solved it. Pretty header image you have there btw..
Nice & simple

:happy:
11 Dec 2006, 16:51
#5
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Sidebox padding

Thank you! :D