Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   menu in header (http://forum.bytesforall.com/showthread.php?t=20278)

egoph May 7, 2013 01:01 PM

menu in header
 
1 Attachment(s)
I have a bg img in my header by putting it in the logo styling area option.
Now I would like to add an extra menu. The firsts is by %logo%bar1%page-center%bar2
Have made a new widget area. Everything is ok but the widget is placed above the header. Not in it.
Something like this se att:
:confused:

juggledad May 7, 2013 02:41 PM

What version of Atalualpa?
What is the URL?

egoph May 7, 2013 02:51 PM

Local installation ata 3.7.11
In style header <?php bfa_widget_area('name=TOP_widget'); ?> %logo%bar1%page-center%bar2
In CSS insert
div#TOP_widget {
font-size: 10px;
/* background: transparent !important; Lagt till själv*/
border-spacing: 0;
right: 30px;
padding 10px;
left 25%;
position: absolute;
top: 50px;
width: 60%;
z-index: 99;
}

lmilesw May 7, 2013 09:13 PM

You sometimes have to give the containing div a relative position so the element is positioned absolutely in relation to it.

This isn't an issue but you can put spaces between %logo %bar etc. It makes it a bit easier to read.


All times are GMT -6. The time now is 12:40 AM.

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