Adding Google News RSS Feed: line break fix
-
I’m sharing a solution that worked for me for the line break issue described here:
http://wordpress.org/support/topic/adding-google-news-rss-feeds-to-a-page?replies=7
Folks on this thread were struggling some years ago, and now, years later, I found myself struggling with the same issue. Unfortunately, that thread has been closed, so I’m sharing what worked for me here.
Add the following to the stylesheet:
#google-news-inline ul li br:first-child { display:none; }
The topic ‘Adding Google News RSS Feed: line break fix’ is closed to new replies.