Writing code for text areas side by side
-
Hi all,
I writing a page template and am having trouble getting two div-classes I’ve called ‘col-left’ and ‘col-right’ to appear beside each other, rather than one on top of the other.
In the CSS I’ve currently got:
col-left
{
float:left;
margin-right:10px;
width:48%;
}}
col-right
{
float:left;
width:48%;
}But it’s just not being picked up!! My parent theme is TwentyTen.
Any help would be really appreciated.
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Writing code for text areas side by side’ is closed to new replies.