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
have you examined it with a code examiner like the Firebug extension in FireFox?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#3
Apr 11, 2014, 12:15 AM
CoraxKes
1 posts · Apr 2014
Central Texas
Is your WordPress Admin bar also not showing up? That's what it usually is for me. Pretty much any time WordPress updates, I need to go into the CSS Editor and into footer.php and add this line in right before </body>
<?php wp_footer(); ?>
That will get it to show back up and will remove the white (or background color) space above your header.
1) this thread is 3 months old
2) you shouldn't have to edit the theme code at all
3) the issue the original poster has is caused by the padding they have defined
HTML Code:
padding: 50px 137px;
at ATO->Style & configure LAYOUT->Layout Container Style
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support