Hi,
I’ve added an RSS Feed Widget to the footer area of the site I’m working on. For some reason the widget title for that widget is coming out smaller than the others. I’ve checked the code and it’s a H3 Tag like the others. Is there a way around this for simpletons? I’ve tried adding a manual title in a text widget and some short code in another text widget to give it an area of negative whitespace but it’s not working.
It just looks weird having different title sizes.
Hey jonrouse!
Not sure what the URL to the page is, I couldn’t find anything on http://www.legalrss.co.uk?
Regards,
Rikard
Hey!
Not sure what’s going on there but try adding this to your custom CSS.
#footer .widgettitle, #footer .widgettitle * { font-size: 18px !important; }
Best regards,
Elliott
Thanks Elliott, that seems to have helped.