PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Blank space at top of search results

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Blank space at top of search results

    On my search results page, there's a lot of white space before the Search results for text (.SearchHeading). I can't figure out how to get rid of it.
    Any suggestions would be appreciated.

    Here's the site: http://www.icdmeister.com/site/
    "fibroid" is a good search term for testing purposes.

    Thanks,

    Andrew

  • #2
    I spend some time try to work out what was happening.

    Your site layout is very confusing. You have used iframes as a tool for the site layout and them seem to have nested iframes. Which I didn't even know was possible.

    Then just to confuse matters at bit more, you style them with the hidden CSS tag.

    iframe
    {
    overflow:auto;
    overflow-x: hidden;
    }

    If you insist on use frames, then at least get rid of the iframe in the iframe. You are just confusing yourself. Reverting back to our default search_template.html file should do this.

    Comment


    • #3
      OK. Thanks. I'll make some changes to see if that helps.

      A.

      Comment


      • #4
        Eliminating the embedded iframes did the trick. Thanks.

        Andrew

        Comment

        Working...
        X