Margin and padding sidebar
-
I just can’t find the right values for my sidebar to show correctly, and I am tired of trying and never finding out. I want the space on the right side of my sidebar to be the same size as the space on the left side of the main/blogging-area (primary?).
My values are now:
#primary {
width:570px;
float:left;
display:inline;
overflow:hidden;
margin:0 10px 0 30px;
padding:20px 0 10px;
}.secondary {
font-size:1em;
line-height:1.5em;
width:210px;
color:#666;
position:relative;
margin:0 0 20px 71%;
padding:10px 0;
}What can i change the .secondary values to?
The blog I need help with is: (visible only to logged in users)
- The topic ‘Margin and padding sidebar’ is closed to new replies.