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] How do you float contents of a widet right? (http://forum.bytesforall.com/showthread.php?t=15414)

bvimusic Sep 18, 2011 12:03 PM

[SOLVED] How do you float contents of a widet right?
 
I have created the following custom widget areas in my header, in the configure header area of atahualpa:

<?php bfa_widget_area('name=My widget area&cells=2&align=2&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>

My question is, how can I make the right side widget contents float to the right - I am using a widget there that only has options and doesn't allow me to add any code to do so.

juggledad Sep 18, 2011 02:11 PM

use a CSS Insrt - examine the source of the page or use FireBug in FireFox and find the widget and you should be able to code CSS to float it suing the ID/Classes of the widget

bvimusic Sep 19, 2011 05:17 AM

WoW!

That was easy! Thank you juggledad!

Here is the code I used in the CSS Inserts section:

#my_widget_area_2 {
float: right;
}


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

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