Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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

horizontal space between header, body and footer


  #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,768 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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

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 05:01 PM.


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