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] Custom Widget alignment doesn't work (http://forum.bytesforall.com/showthread.php?t=7051)

conon May 10, 2010 12:01 PM

[SOLVED] Custom Widget alignment doesn't work
 
Hi,

The content in my widgets are centered even if I use "align_9" which should align the content to the top left. But it doesn't work for me :(

In the footer of my page I have added three new widget areas with the following code:
PHP Code:

?php bfa_widget_area('name=footer_widgets_area&cells=3&width=968&align_9'); ?> 

But when I look in the code when the page loads i see this:
HTML Code:

<td id="footer_widgets_area_1" valign="top" align="center">
Thankful for any answer.

Best,
Sebastian

lmilesw May 10, 2010 12:36 PM

It needs to be
HTML Code:

<?php bfa_widget_area('name=footer_widgets_area&cells=3&width=968&align=9'); ?>
Your align statement had an underscore instead of an =.

conon May 10, 2010 01:20 PM

Oh.... Thank you very much!

Sebastian


All times are GMT -6. The time now is 03:30 AM.

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