I need to remove the white space above the header / logo image.
This is my page
http://besthealthfitnessreviews.com/welcome/?page_id=4
I cant see what i need to do to change thuis, any ideas?
I am using the think profits theme.
Thanks!
I need to remove the white space above the header / logo image.
This is my page
http://besthealthfitnessreviews.com/welcome/?page_id=4
I cant see what i need to do to change thuis, any ideas?
I am using the think profits theme.
Thanks!
In your style.css look for:
#header #logo{
padding-top:15px;
}
and change it to:
#header #logo{
padding-top:0px;
}If understand correctly, find this CSS rule in your current theme's folder:
#header #logo {
padding-top: 38px;
}
change it to:
#header #logo {
padding-top: 0px;
}hi christine - thanks! But, i did exactly as you said and made the padding 0.
But it has not changed anything on the page... what do you think to achieve removing the white space?
it still !
#header #logo{ padding-top:38px; }
check again ! if u changed correctly
May B u using some cache plugin ?
clear ur cache & check again
hi - i tried loading the page in a new browser that i never ever use. IE
and the space is still there.
Do you see the space your end?
I have even downloaded the style.css file from the server and checked it and the padding says 0px
??? help please!
u can even see my style sheet here
http://www.besthealthfitnessreviews.com/welcome/wp-content/themes/profitstheme_11/style.css
I just took a look at your site and I can see that you did change the code in the style sheet, but when I look at the source code, I also see that some styles are repeated and embedded in your header area.
Do you have some theme options somewhere? Perhaps the styles are being set there.
I don't understand why your theme is adding this extra style in the code. It's just duplicating stuff.
This topic has been closed to new replies.