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] Footer Widget styling help (http://forum.bytesforall.com/showthread.php?t=7139)

kal May 16, 2010 07:33 AM

[SOLVED] Footer Widget styling help
 
I just upgraded to 3.4.9 and am really digging it!

I'm playing around with the rounded style and can't seem to get the spacing to work right in my footer. I have three footer widget areas. Currently there is no space between the titles. I would like to put some space between each.

I created a the widget area using this:
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>'); ?>
I tried adding the width parameter to each cell, but it did not make a difference.

Thanks for any help!

juggledad May 16, 2010 05:07 PM

what is the url?

kal May 16, 2010 06:27 PM

Quote:

Originally Posted by juggledad (Post 32132)
what is the url?

www.mikerielly.com

kal May 21, 2010 11:49 AM

Juggledad, any idea how I can widen the space a bit between them?

juggledad May 21, 2010 01:57 PM

First I'd change the class="header-widget %2$s"> to class="footer-widget %2$s"> since this is in the footer, then you could add a css insert
HTML Code:

.footer-widget {padding:0 5px;}

kal May 22, 2010 08:02 AM

Perfect! Thanks so much!


All times are GMT -6. The time now is 11:46 PM.

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