Thread Starter
togo
(@togo)
Thank you!!!!
that works fine.
I typed padding instead of margin and looks perfect now.
Thank you again!
Fran
Thread Starter
togo
(@togo)
Hi Arne,
I’ve changed the doctype in the header.php file but it’s still not working.
Other clues?
Thanks.
Fran
Thread Starter
togo
(@togo)
found it:
#content {
width: 80%;
margin:0px 0px 60px 0px;
padding:0px 0px 0px 60px;
float:left;
font-size: 14px;
}
#sidebar-secondary {
width:0%;
margin:0px 0px 60px 0px;
float:right;
}