On the search result the text is overlaying the heading text of the result http://allaboutbrighton.com/blog
I have altered some of the CSS file but I do not think it involves this.
Many thanks Paul J.

CommentFileSizeAuthor
#1 Picture 1.png11.7 KBsuperhua

Comments

superhua’s picture

StatusFileSize
new11.7 KB

FWIW, I'm having the same issue. Please see attached screenshot.

Any guidance on how to correct this would be greatly appreciated!

Thanks!

luis_peralta’s picture

I have the same problem.

superhua’s picture

FWIW, I edited drupal's search.css and was able to fix this. Not sure if that is the correct way to address the problem, but it worked.

luis_peralta’s picture

How do it?

superhua’s picture

Edit .search-results in search.css.

cridenour’s picture

It has to do with the use of <dl><dt><dd>. Likely if you redefine these for search-results you will be able to alleviate the problem. I personally needed more customization so I went to the module level.

Hvr’s picture

I made this change and this is the new one:

.search-results dt {
font-size: 1.1em;
margin-bottom: 25px;
}

Alan Cooney’s picture

Assigned: Unassigned » Alan Cooney
Status: Active » Fixed

This has been fixed in v.2 of the theme.

Alan Cooney’s picture

Status: Fixed » Closed (fixed)