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)
-   -   Space between the header image and menu bar (http://forum.bytesforall.com/showthread.php?t=11678)

rhenium3 Dec 11, 2010 11:34 PM

Space between the header image and menu bar
 
Hi,

How do I remove the spacing between the header image and menu bar?

See: www.swedishfreak.com

Thanks

juggledad Dec 12, 2010 04:47 AM

you have an extra <div> in the header 'header-wrap' that is causing the issues

rhenium3 Dec 12, 2010 07:59 AM

Ok, great! But where do I remove this extra div? In styel and edit header area I have

Code:

<div id="header-wrap">
       
%image %bar1 %pages
       
</div>

In the CSS inserts I have

Code:

#header-wrap {
        position: fixed;
        width: 900px;
        top: 0px;
        align: center;
}

Thanks!

rosetrees Dec 12, 2010 10:53 AM

Deleting %bar1 should do it, I think.

juggledad Dec 12, 2010 01:12 PM

That extra div is not part of atahualpa, maybe it put in by a plugin

rhenium3 Dec 12, 2010 01:45 PM

OK, would deactivating plug ins be enough to find out which one?

juggledad Dec 12, 2010 02:59 PM

sorry I read this too fasrt. You have
HTML Code:

<div id="header-wrap">
       
%image %bar1 %pages
       
</div>

Why? you must haver put it there, you can change it to
HTML Code:

%image %bar1 %pages

rhenium3 Dec 12, 2010 07:07 PM

It actually should be

Code:

<div id="header-wrap">
        <div id="header-container">

%pages %logo %bar1 %image %bar2

        </div>
</div>

This is for the fixed header here: http://forum.bytesforall.com/showthr...ckground+image

When I turn it back to just %pages %logo %bar1 %image %bar2 the space is still there and it is still off, and the header is no longer fixed, so this isn't the problem. :(

juggledad Dec 13, 2010 04:20 AM

When you remove it, is the amount of space reduced?

rhenium3 Dec 13, 2010 08:38 AM

No, at least nothing I noticed. It didn't change at all... I'm thinking it might be a plug in....


All times are GMT -6. The time now is 03:36 PM.

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