• Hi…

    I’m working on this website with wordpress …. http://www.idipac.com and experiencing problems with the home page size; there’s a massive white space below the footer. It doesn’t appear on any other pages, just the home page.

    I’ve seen other forums and there seem to be a similar issue when there are post and comments, however with my website, it only occur on the home page 🙁

    Any ideas?
    Emily

Viewing 6 replies - 1 through 6 (of 6 total)
  • There’s some weird code on your home page. You need to recheck that. There’s even h7 Headings in there which, to my knowledge don’t exist.
    Also there is some rollover effects (if you mouse over the center image, your whitespace changes).

    That code looks like you just copied it somewhere and pasted it into the wordpress editor. That usually doesn’t go well.

    So… have another look, clean that code and you should be fine.

    Well… this doesn’t have anything to do with the theme… it’s all the content that’s messed up 😉

    possibly caused by the absolute positioning thumbnail CSS for the front page content.

    instead of visibility, try to work with display on these styles:

    .thumbnail span { display: none; }
    .thumbnail:hover span { display: inline-block; }

    PS:
    you might also want to remove the fixed height on the style of #wrapper

    Thread Starter emily@idipac.com

    (@emilyidipaccom)

    well spotted!

    The codes that i have used for h7 is a header i made up -___- it’s because i was unable to change the existing header (h1,h2,h3,etc)size. I just inserted into CSS and called it in the pages.

    But that’s why i’m confused, that hover stuff is also on two other pages, but they are not affect by this white space. So i don’t see what i did different on this page 🙁

    When i inspect element, i can’t seem to select the white space. Someone suggested it may be the template???

    Thread Starter emily@idipac.com

    (@emilyidipaccom)

    Thank you so much alchmyth!!!!!!

    fantastic ^_^ how did you figure that out?!?!

    I am possibly using a differnt browser tool – the web developer add-on for Firefox – which might just pick these things up (?)

    I have also seen this kind of problem before…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘A large white space below the footer but only for one page!’ is closed to new replies.