Hi.
Is there any way to merge two sidebars - say the left sidebar and the mid left sidebar - just for a certain number of pixels on top or bottom in order to have a 2 sidebars wide widget area. And to have the rest of them separate?
Thanks.
Hi.
Is there any way to merge two sidebars - say the left sidebar and the mid left sidebar - just for a certain number of pixels on top or bottom in order to have a 2 sidebars wide widget area. And to have the rest of them separate?
Thanks.
Atahualpa Support: http://forum.bytesforall.com/
Yeah. It's down.
Is this something you are trying to achieve ? http://www.spamore.com
Here, I merged 2 sidebars at the top to display ad.
First, I installed the Advanced Text Widget plugin. Then go to the wordpress widget to have the advanced text widget on the right sidebar.
In the advanced text widget, put in the following PHP code to create 2 lower sidebars.
<div style="float:left;width:140px;" id="my_new_widget_area" class="bfa_widget_area"><?php bfa_widget_area('name=Left Lower'); ?></div>
<div style="float:right;width:250px" id="my_new_widget_area" class="bfa_widget_area"><?php bfa_widget_area('name=Right Lower'); ?></div>
adjust the code according to your requirement
Yes, exactly!
Many thanks ethanyeow. Works for me.
Hi. Is there any alternative for Advanced Text Widget plugin? I can't seem to find that plugin.
I want to achieve the same that bosnuk wants. Kindly advise.
Thank you.
This topic has been closed to new replies.