greglins
Member
Posted 3 years ago #
http://tlginnovation.com/Kent/
My category text was too wide for the space. I figured out how to widen the text space - it also widened the space for the left sidebar...
That would be fine if I can widen the background space for each sidebar, but I just don't understand how to do it.
Thanks for any help!
Greg
Replace:
#content {
margin:0px 200px;
}
with:
#content {
margin:0px 200px;
margin-left:220px; /* or play */
width:60%; /* or play */
}
greglins
Member
Posted 3 years ago #
Thanks Drew,
I don't know what "or play" means. Could you elaborate?
I replaced the code without "/* or play */" and it seems to have solved the problem for now.