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)
-   -   Trying to Align header widget to right of page. (http://forum.bytesforall.com/showthread.php?t=21339)

geekprepper Dec 31, 2013 08:07 PM

Trying to Align header widget to right of page.
 
I just switched to this theme a few hours ago from Weaver 2 Pro, and I'm loving it already, but....

I'm trying to get my "Google Search Widget" to the very right side of the page ( http://www.geekprepper.org/ ), right now it's just floating aimlessly in the top center.

header area:
<?php bfa_widget_area('name=TOP_widget'); ?> %bar1 %image %bar2 %pages


#CSS are (I know it's not correct)

div#TOP_widget {
margin-top: -43px;
position: relative;
margin-bottom: 6px !important;
}

Any ideas? I

juggledad Jan 1, 2014 04:01 AM

Quote:

Any ideas?
yes, uses FireBug or looked at the actual page source to see what the ID name actually is.

geekprepper Jan 1, 2014 09:57 AM

OK, I fixed the CSS name and it looks good.

Header stuff:
<?php bfa_widget_area('name=top_widget'); ?>

CSS:
div#top_widget {
position:relative;
float:right;
}

juggledad Jan 1, 2014 10:41 AM

see that was easy :p


All times are GMT -6. The time now is 11:54 AM.

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