Hello,
I've decided to use the Power Blog theme and want a 2 column layout, not 3.
How can I accomplish this? I've searched the forums and just can't figure this out. I am a very basic beginner!
Thanks for any help you can give me.
Mary
Hello,
I've decided to use the Power Blog theme and want a 2 column layout, not 3.
How can I accomplish this? I've searched the forums and just can't figure this out. I am a very basic beginner!
Thanks for any help you can give me.
Mary
Hi Mary,
add the following at the end of the style.css:
#primary, #secondary {
float: none;
width: 426px;
}
#secondary {border-style: none;}
In addition you need to modify the functions.php. Search for:
add_action('wp_head','childtheme_scripts');
and change it to:
//add_action('wp_head','childtheme_scripts');
Chris
Thanks Chris!
That worked. I tried some code on my own and the results were not pretty.
Mary
This topic has been closed to new replies.