Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Widgets side by side in the footer? (http://forum.bytesforall.com/showthread.php?t=3430)

daniel3ub Sep 14, 2009 09:37 AM

[SOLVED] Widgets side by side in the footer?
 
Hi.

I was wondering if it is possible to show widgets in the footer placed side by side.
I got to put a widget area in the footer, but the widgets show one on top of another.
I'd want to show 3 widgets side by side, taking the entire footer width. Is this possible?

Thanks a lot!

catastrophy Feb 18, 2010 06:33 AM

I use this thread to add a question on the footer ( somewhere here perhaps there is an answer but i didn't find it)


How to get the footer as width as possible , i mean over all the field even the side ?

(http://farioli.fr/mondes/)

catastrophy Feb 18, 2010 06:34 AM

also this idea og widgets is not so bad..

juggledad Feb 18, 2010 06:51 AM

You could use
HTML Code:

<?php bfa_widget_area('name=footer_widget_area&cells=3&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>
to get three areas, then you could add a widget to each.

catastrophy Feb 18, 2010 09:16 AM

and for the witdth ?

juggledad Feb 18, 2010 02:21 PM

the width will be split evenly between each of the three areas. If you want one bigger, you can add the width parameter to the statement.

kal Feb 19, 2010 02:46 PM

This is great! Where / how do I align the center and right widgets to be left justified?

juggledad Feb 20, 2010 05:33 AM

Look at the documentation in the 'New Widgets Area' and read about alignment. Each of the new widger areas can be aligned how you choose. Note also, each is a new widget AREA -each can hold more than one widget.

kal Feb 20, 2010 12:21 PM

I got it! Thanks I was confused by the underscore. After reading it a couple if times I figured it out!
Thanks again!


All times are GMT -6. The time now is 08:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.