I did some research but I can't find a solution. I'm trying to remove the white space on the left side of the left side box on this site: www.creativesportsart.com
Thanks
I did some research but I can't find a solution. I'm trying to remove the white space on the left side of the left side box on this site: www.creativesportsart.com
Thanks
You might look in Admin/Configuration/Layout Settings and see what the settings are for Column Width - Left Boxes and
Column Width - Left
Find these two rules in your stylesheet:
They aren't actually next to each other. It is the margins that are messing you up.Code:#navColumnOneWrapper, #navColumnTwoWrapper { margin-left: 0.5em; margin-right: 0.5em; } .leftBoxContainer { margin: 0.3em; border: 0px solid #CCCCCC; border-bottom: 0px solid #FF0000; border-right: 1px solid #996633; margin-top: 0em; background-color: #CC9966; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; }
Nick
iszent.com
I really recommend using the ' firefox / firebug /web developer toolbar ' combo for finding out this king of stuff![]()
Nick
iszent.com
One poblem though. When I've changed the margins it did not leave a space on the right side of the left column. I added the above to the style sheet and it works great in Windows XP but has no effect in Vista!Code:.leftBoxContainer { margin: 0.3em; border: 0px solid #CCCCCC; border-bottom: 0px solid #FF0000; border-right: 1px solid #996633 margin-top: 0em; margin-right: 0,9em; background-color: #CC9966; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; }
Any ideas?
Well, as Tshooters said the overall width of the column and the width of the sideboxes is set in admin - so you need to adjust them. There probably is not enough room in the column to display the right margin that you are specifying.
Nick
iszent.com