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)
-   -   tagline layout (http://forum.bytesforall.com/showthread.php?t=1170)

boudewijn Apr 8, 2009 03:28 PM

tagline layout
 
Hi,

I am having some layout issue with the tagline in IE.
The tagline is missing the top pixels. In FF there is no problem.
I have tried different css settings but did not find the sollution.

Anybody an idea?

Boudewijn

you can see the site on cms.swingclose.nl

Flynn Apr 9, 2009 06:16 AM

There's a negative margin-top on the tagline

Add CSS Inserts:

HTML Code:

p.tagline {
margin-top: 0;
}

After that it'll overlap with the menu bar, which has a negative margin-top of -140px

HTML Code:

div#menu1 {
margin-top: -130px;
}


boudewijn Apr 9, 2009 03:52 PM

Hi Flyn,

Thanks for your response.
The thing is that I don't want the tagline lower on the screen. Because in that case me menu should go lower and goes in the color flow of the image.
It is at the right position and in FF its shows correct only in IE it looks like it is behind something but I can't figure out what.
Any sugestions?

thnks,

boudewijn

boudewijn Apr 10, 2009 11:45 PM

I found the problem.
I set the vertical alignment to top and added a padding and now in IE en FF the tagline is showing correct.

thanks for your help. Great theme!!


All times are GMT -6. The time now is 02:58 AM.

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