Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

horizontal space between header, body and footer


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Aug 8, 2009, 09:23 AM
mwallace
 
5 posts · Aug 2009
Please look at http://the-write-approach.com/.
what is causing the horizontal space between header and body, body and footer?

also happens at http://cruisinautobody.com/gallery/ - but not such a concern.
  #2  
Old Aug 9, 2009, 02:17 PM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
The first space can be removed by setting those images to

display:block

The other space is caused by the red parts which should be removed:


<p>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>

<body>

<table width="875" border="0" align="center" cellpadding="0" cellspacing="0" class="center">
<tr>
<td align="center" valign="top"><img src="http://the-write-approach.com/images/footer.jpg" alt="footer" width="875" height="225" border="0" /></td>
</tr>
</table>

</body>
</html>


which you should remove altogether.

You also have multiple <body> tags among a few other things.

You should look through the source code of your site and compare it to a unmodified Atahualpa.

The basic structure should be

<html>
<head>
...
</head>
<body>
...
</body>
</html>


These tags should only appear once: <html>, </html>, <head>, </head>, <body>, </body>
  #3  
Old Aug 10, 2010, 09:26 PM
mwallace
 
5 posts · Aug 2009
I've ignored this for a while, but it's still haunting me.

http://prairiestitchesquiltshop.com/WP/shipping-policy/

and

http://cruisinautobody.com/

Can you give me more instructions on how to apply display: block if that is the problem?

Thanks so much.
  #4  
Old Aug 14, 2010, 05:11 AM
juggledad's Avatar
juggledad
 
20,001 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
you will have to be a bit more descriptive about what is wrong. I look at both sites and say "Ok, that looks nice' since I'm not designing it I can't tell what you think is off

It would also help if you let us know the versions of Atahualpa and WP you are using.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing page name from Body. Also, adding links into Footer OrganicAnalyticsNow Atahualpa 3 Wordpress theme 19 Feb 23, 2010 12:46 PM
[SOLVED] Text Attributes Body, Header, Footer et. al. MacMyDay Atahualpa 3 Wordpress theme 11 Jan 22, 2010 03:02 AM
[SOLVED] How to add space between list items in post body? Alexi Atahualpa 3 Wordpress theme 2 Jun 25, 2009 06:02 PM
[SOLVED] home vs other page positoning of a body image + a footer question fcitino Atahualpa 3 Wordpress theme 4 Jun 17, 2009 07:52 AM
Comment footer background colour + Space between widgets in 3.2 Poppy Comments, trackbacks & pings 2 Feb 8, 2009 01:40 PM


All times are GMT -6. The time now is 01:28 AM.


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