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 widgets and full-width footer background image problem (http://forum.bytesforall.com/showthread.php?t=18998)

Viktoria Nov 29, 2012 08:58 AM

[SOLVED] Footer widgets and full-width footer background image problem
 
Hello,
I tried to find an answer on the forum and found a partial answer, I have the same problem as the above post: http://forum.bytesforall.com/showthread.php?t=17277
But I did not find it an answer to help me.

The codes I used:
</td></tr></table></div></div>
<div id="divfooter"><div><table id="tablefooter">
<tr><td>
<?php bfa_widget_area('name=Footer&cells=3&align=4&align _2=5&align_3=5&before_widget=<div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>

I wanted footer full width, but when I add the codes
The widgets go wrong and I can not design them.
Chrome browser not look good and also in all other browsers

My site: http://www.seo-tip.co.il/
Can you help me please?

Thank you.

juggledad Nov 29, 2012 10:10 AM

change
HTML Code:

<?php bfa_widget_area('name=Footer&cells=3&align=4&align _2=5&align_3=5&before_widget=<div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>
to
HTML Code:

<?php bfa_widget_area('name=MY-Footer&cells=3&align=4&align _2=5&align_3=5&before_widget=<div id="%1$s" class="footer-widget %2$s">&after_widget=</div>'); ?>

Viktoria Nov 30, 2012 02:52 AM

Thanks for the reply, but unfortunately it is still not working well,Chrome browser not look good and also in all other browsers.
What the problem could be?

Thank you again.

juggledad Nov 30, 2012 06:03 AM

try adding 'width:100%' to your 'table#tablefooter' rules

Viktoria Dec 2, 2012 02:06 PM

yes! thank you very mach! :)


All times are GMT -6. The time now is 09:05 PM.

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