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] Space between Header and Body (http://forum.bytesforall.com/showthread.php?t=4174)

papalagi Nov 2, 2009 05:29 AM

[SOLVED] Space between Header and Body
 
hi everybody,

i know it's not a new subject, but i couldn't solve my issue reading the previous threads

i'm becoming desperate trying to eliminate the space between header and body in this website prototype:

http://www.cat-alog.it/bright_wp/

i think i've set padding to 0 in every spot i could find, but still nothing!

any help would be very, very appreciated!

bye

juggledad Nov 2, 2009 07:41 AM

Not sure what you mean do you mean the white bar at the bottom of the page just above the 'Home' button?

papalagi Nov 2, 2009 11:21 AM

Quote:

Originally Posted by juggledad (Post 18009)
Not sure what you mean do you mean the white bar at the bottom of the page just above the 'Home' button?

hallo juggledad, what i'm trying to get rid of is the lighter gray band (that's the body background image) between the end of the header image and the beginning of the buttons "chi siamo", "mission", etc.

i've not dealt with the bottom white stripe over the footer yet...

juggledad Nov 2, 2009 11:53 AM

you have a <p> at the begining of your post, that is putting a blank line which causes you to see thru to the background

papalagi Nov 2, 2009 12:44 PM

Quote:

Originally Posted by juggledad (Post 18036)
you have a <p> at the begining of your post, that is putting a blank line which causes you to see thru to the background

thank you juggledad, but i'm sure i don't, this is the exact content of the page:

Code:

<img title="chi_siamo_ON" src="http://www.cat-alog.it/bright_wp/wp-content/uploads/2009/10/chi_siamo_ON.png" alt="chi_siamo_ON" width="144" height="24" /><img title="mission_ON" src="http://www.cat-alog.it/bright_wp/wp-content/uploads/2009/10/mission_ON.png" alt="mission_ON" width="102" height="24" /><img title="assets_ON" src="http://www.cat-alog.it/bright_wp/wp-content/uploads/2009/10/assets_ON.png" alt="assets_ON" width="103" height="24" /><img title="case_hist_ON" src="http://www.cat-alog.it/bright_wp/wp-content/uploads/2009/10/case_hist_ON.png" alt="case_hist_ON" width="102" height="24" /><img title="air_one_ON" src="http://www.cat-alog.it/bright_wp/wp-content/uploads/2009/10/air_one_ON.png" alt="air_one_ON" width="102" height="24" /><img title="partner_ON" src="http://www.cat-alog.it/bright_wp/wp-content/uploads/2009/10/partner_ON.png" alt="partner_ON" width="103" height="24" /><img title="clienti_ON" src="http://www.cat-alog.it/bright_wp/wp-content/uploads/2009/10/clienti_ON.png" alt="clienti_ON" width="141" height="24" />
<object id="splash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="460" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="src" value="flash/splash.swf" /><param name="name" value="splash" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="false" /><embed id="splash" type="application/x-shockwave-flash" width="800" height="460" src="flash/splash.swf" wmode="transparent" name="splash" bgcolor="#ffffff" quality="high" allowfullscreen="false" allowscriptaccess="sameDomain" align="middle"></embed></object>


juggledad Nov 2, 2009 03:08 PM

ahhh, that is something put out by WP itself. To get rid of it yuo will have to dig into the wp code.

You could also use a negative margin at ATO->Style POSTS & PAGES->BODY Box - something like
HTML Code:

margin-top: -10px;
and play with it to see if that would work for you.

papalagi Nov 2, 2009 04:50 PM

Quote:

Originally Posted by juggledad (Post 18043)
ahhh, that is something put out by WP itself. To get rid of it yuo will have to dig into the wp code.

You could also use a negative margin at ATO->Style POSTS & PAGES->BODY Box - something like
HTML Code:

margin-top: -10px;
and play with it to see if that would work for you.

yes! this is what i was looking for, thank you juggledad, it's time for me to start contributing economically to atahualpa

bye


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

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