Would you please take a moment to review what may be causing the footer H tags to be correct on the home page but enlarged on other pages and posts?
HOME PAGE
http://www.highlineimportauto.com/
POST PAGE – ENLARGED
http://www.highlineimportauto.com/for-smart-car-owners/
http://www.highlineimportauto.com/about-us/
Look at the footer, right column, the blog element.
Hey shreinmedia,
It looks to affect your whole footer on the enlarged pages, could you try to look for any open html markup or specific styling on those pages? Send us a temporary admin login if you should have any further problems. You can post the details in the Private Content section of your reply.
Thanks,
Rikard
I went through widgets, adding a subtracting content… no change there.
I went through plugins and deactivated, no change.
I looked through the page, couldn’t see anything.
Very perplexing. I’d appreciate another set of eyes.
Hi,
On the enlarged page you have a social sharing plugin which looks a bit strange when scrolling to the footer, that might be your problem. But you can try this in Quick CSS:
#footer h3.widgettitle {
font-size:15px !important;
}
#footer strong.news-headline {
font-size:12px !important;
}
#footer span.news-time {
font-size:11px !important;
}
Thanks,
Rikard