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)
-   -   Logo positioned over page menu bar (http://forum.bytesforall.com/showthread.php?t=4192)

markday Nov 3, 2009 10:54 AM

Logo positioned over page menu bar
 
Hello - first time poster, so let me first express my thanks for this amazing theme.

I've searched the forums and can't find an answer to this one.

I'd like to have the logo positioned 'over' the page menu bar, such that the logo and the menu links are horizontally aligned. I have centered the page menu bar, so the logo won't literally be on top of the menu text, but will be over the menu div.

Any help gratefully received.

Mark

juggledad Nov 3, 2009 11:29 AM

use a CSS Insert
HTML Code:

img.logo {
        display: block;
        margin: 0 10px 0 40px;        }

the the numbers are top, right, bottom, left margins - you probably just want to play wth the left one.

markday Nov 3, 2009 01:23 PM

Thanks very much for such a speedy response.

Sadly, this suggestion has the same pitfall of other approaches that I've already tried - specifically, that putting a top margin on the logo image simply forces the page menu bar down the page. Whereas what I'd like is for the logo to come down but then sit *on top* of the page menu bar.

Is this possible, do you think?

Mark

juggledad Nov 3, 2009 01:36 PM

Well, there is a write up in the gold forum about how you can overlay the logo over the header and position it any where you want. That should work.


All times are GMT -6. The time now is 06:07 PM.

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