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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Picture 1.png | 11.7 KB | superhua |
Comments
Comment #1
superhua commentedFWIW, I'm having the same issue. Please see attached screenshot.
Any guidance on how to correct this would be greatly appreciated!
Thanks!
Comment #2
luis_peralta commentedI have the same problem.
Comment #3
superhua commentedFWIW, 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.
Comment #4
luis_peralta commentedHow do it?
Comment #5
superhua commentedEdit .search-results in search.css.
Comment #6
cridenour commentedIt 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.Comment #7
Hvr commentedI made this change and this is the new one:
.search-results dt {
font-size: 1.1em;
margin-bottom: 25px;
}
Comment #8
Alan Cooney commentedThis has been fixed in v.2 of the theme.
Comment #9
Alan Cooney commented