Google Product Forums

Re: Search listing is showing each link twice

omr Mar 19, 2012 4:06 AM
Posted in group: Google Custom Search

Categories: Troubleshooting and Bugs :


Please try this:

Archive a backup copy of your "layout.css" style sheet:

  http://www.mhra.gov.uk/home/images/MHRALook/css/layout.css

Then edit that style sheet, adding this rule:

  .gsc-thumbnail-inside {
    display: none;
  }

-- omr