Moving Over Left Column…
-
Hello everyone, first post here. Just wanted to first thank the WordPress developers and community for everything- I’m very happy with my choice.
My website is: http://www.yawkaw.net
Still very basic and just has test posts.
Now here is my problem: On the left, you’ll notice I have a column which is like my menu. Everything was fine and spaced correctly until I gave it a white background and the red border- once I did that, everything got smushed a little towards the right and you can’t even see the right border.
Does anyone know what’s wrong, and how would I fix this? I have a DIV called#leftwhich handles the stuff for that left menu.
This is my code:
#left {
float: left;
margin: 0;
right: 10px;
width: 140px;
padding: 10px 5px 10px 5px;
font-family: verdana, helvetica, sans-serif;
background: #FFFFFF;
border: 2px solid #BB0606;
}
and then I have like#left a{and#left ul {etc. etc.
Any ideas are appreciated, thanks.
The topic ‘Moving Over Left Column…’ is closed to new replies.