• Resolved ccmagnifique

    (@ccmagnifique)


    I’m having a very frustrating issue with a newly designed theme! I have a gap between the end of my content on several pages and the footer image. For the life of me I can’t pinpoint where the issue is, according to the designer it’s a browser issue with Firefox but I’m not convinced that’s the cause. The space also shows up on Safari.

    Not certain about IE, as I’m a Mac user.

    Any thoughts? Here’s a screenshot so you can see what I’m raving about.

    http://i38.tinypic.com/zoaq6a.png

Viewing 5 replies - 1 through 5 (of 5 total)
  • with a link to the live problem site, you will be more likely to get any help.

    css and html interaction cannot be assessed from a screenshot.

    Thread Starter ccmagnifique

    (@ccmagnifique)

    Sure! Sorry, should have thought of that. 🙂

    You can see the gap I’m talking about here on a single post page from my most recent post. It’s down there beneath the ‘Leave a Comment’ button.

    Link to issue

    I thought it might be an issue with the p tag, but even playing with it doesn’t seem to fix. Any help appreciated!

    you may be on the right track with the p tag;

    try to remove the p tag from this part and the <br> (last line below) as well:

    <p><textarea name="comment" id="comment" cols="30%" rows="10" tabindex="4"></textarea><br><br>
    <input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
    <input type='hidden' name='comment_post_ID' value='604' id='comment_post_ID' />
    <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
    <input type="hidden" name="comment_post_ID" value="604" />
    
    </p></form></div>
    
    <br></div>

    good luck 😉

    Thread Starter ccmagnifique

    (@ccmagnifique)

    Thanks heaps!

    That seems to have done the trick. 🙂

    you are welcome.

    just took a few minutes working with firefox developer add-on …

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White space between content and footer in Theme Design’ is closed to new replies.