Help! CSS alignments.
Help! CSS alignments.
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- urban100
on your left-most column, set a margin-left that is the width remaining after the total widths of all columns, which will move the columns over to the right.
content_content_c1 {
margin-left: 84px;
}