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)
-   -   [SOLVED] Page makes space on top, when I'll go to page or post? (http://forum.bytesforall.com/showthread.php?t=7611)

denbert Jun 16, 2010 06:46 AM

[SOLVED] Page makes space on top, when I'll go to page or post?
 
2 Attachment(s)
Hi there,

I'm struggling with the layout, and must have messed something up - The page makes an extra space on top above page title when I click on a page or a post - I must have touched some thing as default layout DON'T make this jump :(

I'm using 3.4.4 and WP 2.9.2

See http://hegnstoften.net or attached pictures showing the extra space above the title. (yes, It's in Danish :) )

Anyone please?

juggledad Jun 16, 2010 06:53 PM

can't get to the site - server not responding

denbert Jun 17, 2010 02:38 AM

Quote:

Originally Posted by juggledad (Post 34588)
can't get to the site - server not responding

One problem, rarely travels alone.. server is up and running again...

juggledad Jun 17, 2010 05:12 AM

the cause is due to the margin associated with an H1 vrs an H2

The H1 has a margin 'margin:0.3em 0 10px;' while
the H2 has a margin 'margin:1em 0 .2em;'

the BLOG title on the home page is an H1, while on the other pages it is an H2 so the top margin changes

if you go to ato->Add HTML/CSS Inserts->CSS Inserts and add
HTML Code:

h2 {
margin:0.3em 0 10px;
}

they should be the same

denbert Jun 17, 2010 06:50 AM

Quote:

Originally Posted by juggledad (Post 34603)
the cause is due to the margin associated with an H1 vrs an H2

The H1 has a margin 'margin:0.3em 0 10px;' while
the H2 has a margin 'margin:1em 0 .2em;'

the BLOG title on the home page is an H1, while on the other pages it is an H2 so the top margin changes

if you go to ato->Add HTML/CSS Inserts->CSS Inserts and add
HTML Code:

h2 {
margin:0.3em 0 10px;
}

they should be the same

Thanks , worked like a charm :)


All times are GMT -6. The time now is 03:13 AM.

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