SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Extra White Space in Google Search Results

  1. #1
    SitePoint Guru Darin's Avatar
    Join Date
    Sep 2001
    Location
    Vancouver
    Posts
    808
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Extra White Space in Google Search Results

    Hello,

    I have without success tried to reduce the amount of white space at the bottom of my search results page, that pulls the results with the Google AdSense search code. Has anybody else experienced this or know how to fix it?

    http://www.vancouverprofile.com/sear...&sa.x=0&sa.y=0
    Vancouver Profile - My web site.

  2. #2
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    19,984
    Mentioned
    217 Post(s)
    Tagged
    2 Thread(s)
    It has a height on it set by Google that is hard to remove, but you could override it with you own height, such as

    Code:
    #cse-search-results iframe {
      height: 1360px !important;
    }

  3. #3
    SitePoint Guru Darin's Avatar
    Join Date
    Sep 2001
    Location
    Vancouver
    Posts
    808
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by ralph.m View Post
    It has a height on it set by Google that is hard to remove, but you could override it with you own height, such as

    Code:
    #cse-search-results iframe {
      height: 1360px !important;
    }
    Thanks!
    Vancouver Profile - My web site.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •