bogdan2z
Member
Posted 2 months ago #
I want to do a minor change to this wordpress theme. I want a pattern for background. Problem is contentleft, right and left sidebars cant have a color of thier own, like white. They share the same pattern and you cant read anything. I struggled with the css, but it seems is not posible.
bogdan2z
Member
Posted 2 months ago #
http://bogdan2z.lx.ro/
I think it has to do with the float property and i suppose the fix is the overflow property. I will see if that works tomorrow.
Problem is contentleft, right and left sidebars cant have a color of their own
Yes they can.
#contentleft {
background:red;
float:left;
margin:0;
padding:0 20px 20px 0;
width:455px;
}
for example.
bogdan2z
Member
Posted 2 months ago #
Problem solved. http://bogdan2z.lx.ro/ I`ve struggled a bit.