Different font styling in widget
-
Hi!
I use your plugin to have a blogroll in my sidebar (widget).
I would like to show the images from the feeds also, but when I select that option, the feeds with images get different font styling.Can you help me with this one?
Best Regards
Felicia
-
can you post here a link to your site so I can see how it looks and, therefore, what you mean by different font styling? Thanks.
Here is a link: http://feliciafortes.com/kategorier/stunder_med_fortes/
ok..for some reason, on your site, the css is getting messed up…here is what I would try…if you know how to edit the plugin files, go to the /templates folder and find the templates.css file and add this
.news-wrapper{ font-size:12px; }this should already be happening, but I’m wondering if there is a conflict going on with your theme, which could be overriding the font styling in my plugin.
Added the string but it still doesn’t work.
ok…then it appears to be a theme conflict (just my best guess)…could you tell me what theme you’re using and I’ll see if I can reproduce the problem to find a solution.
I use the theme Filtered by Themetrust.
ok…..well, that’s a paid theme..so, looking at this using firebug I added this code and it appears to work fine – there is something in that theme that is overriding the css, so you might put !important in it
.widget-rss-output { font-size: 12px !important; }also, I would add this
font-family: 'Open Sans'; line-height:1.5;you can adjust the line height, etc. Again, this should have been picked up by the theme widget, but isn’t.
Hi Allen,
thank you so much for the support. Now I got it right, but I found out that when the rss feed has an image the text isn’t associated with a tag, it’s inside a div, between two
-tags but isn’t associated to <p>, or something else as I can see . Thus it goes back to the body settings. In the Filtered theme there was a css reset that said:body { line-height: 1.0; }I changed it to 1.5 together with your suggested changes and it worked. Now I guess I’ll have to look through the design so that nothing gets to much line-height instead. But that’s really OK, because I don’t find a css reset with the line-height of 1.5 a good choice anyway.
Once again: Thank you so much for the support. Fast and kind of you!
/Felicia
Glad to hear it’s working..yes, if the rss feed is messed up (unclosed tags, etc.) it runs havoc on the CSS.
The topic ‘Different font styling in widget’ is closed to new replies.