How to put space between narrow and wide column.
-
Just loaded the 2.8 version of www.ads-software.com and now there is minimal space between my narrow and wide columns. I’m very new to this and tried changing the widths, margins, etc… but nothing seems to work. This is the area I’ve been changing:
.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 450px;
}.widecolumn {
padding: 10px 0 20px 0;
margin: 0px 0 0 150px;
width: 200px;
}Any suggestions on what I can do?
This is my body and page stucture (if relevant?!)
body {
margin: 0 0 20px 0;
padding: 0;
}#page {
background-color: white;
margin: 20px auto;
padding: 0;
width: 760px;
border: 1px solid #959596;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to put space between narrow and wide column.’ is closed to new replies.