Thanks for using Ignite!
The first thing to check is to make sure your browser isn’t zoomed out. Certain browsers will save this on a per-site basis (even if it was just an accident).
If that’s not the case, could you share a link to your site? I should be able to find a solution once I can check it out.
Hi Ben,
Thanks for the reply.
I’ve checked that the browser isn’t zoomed out and I’ve even tried a couple of different browsers.
The site is having an issue at the moment, I’ll link it up when I get home.
Thanks.
Ok thanks for the update.
Ben,
Finally got my site back up, looks like my host was having some issues.
Anyway, the problem is still there.
My site is http://robertkelly.me
Thanks again
Great, thanks for the link.
What’s happening is that there is a plugin on your site (bootstrap shortcodes) that is setting the site’s font to be 62.5% it’s normal size.
The font size can be corrected with the following CSS:
html {
font-size: 100% !important;
}
You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.
You may not have any further issues with that plugin, but I would stay a bit wary of it in case something like this happens again.
Ben,
That has worked perfectly.
Many thanks.
And I guess we can call this resolved. 😉