I can't seem to scoot my side bars up past a certain point, I'm trying to stack everything with no space.
When I use the FF CSS tool it doesn't give me anything with a padding or margin spec.
please help
www.arbonneaccessories.com/index.php
I can't seem to scoot my side bars up past a certain point, I'm trying to stack everything with no space.
When I use the FF CSS tool it doesn't give me anything with a padding or margin spec.
please help
www.arbonneaccessories.com/index.php
Find this in your stylesheet and replace with what follows and adjust the highlighted value to suit
Replace withCode:#navColumnOneWrapper, #navColumnTwoWrapper { margin-left: 0.5em; margin-right: 0.5em; }
Code:#navColumnOneWrapper, #navColumnTwoWrapper { margin: -1.5em 0.5em 0em 0.5em; }
Try adjusting this and see what happens.Tina.leftBoxContainer, .rightBoxContainer { margin: 0em; margin-top: 1.5em; }
Nice that did it, can I bother you guys with one more thing, there's a space in between the categories, search, new product.
Thanks in advance
Steve
if meaning what i think then should be as posted by charmedbytina2
what do you have for that css ??
try changing to
[code]
margin: 0;[code]
seems can't edit post afterwards ... (have to remember that in future)
last part should have been
try changing to
Code:margin: 0;
thanks i'll try it