Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Ben Sibley

    (@bensibley)

    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.

    Thread Starter robertkellyuk

    (@robertkellyuk)

    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.

    Theme Author Ben Sibley

    (@bensibley)

    Ok thanks for the update.

    Thread Starter robertkellyuk

    (@robertkellyuk)

    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

    Theme Author Ben Sibley

    (@bensibley)

    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.

    Thread Starter robertkellyuk

    (@robertkellyuk)

    Ben,

    That has worked perfectly.
    Many thanks.

    Thread Starter robertkellyuk

    (@robertkellyuk)

    And I guess we can call this resolved. 😉

    Theme Author Ben Sibley

    (@bensibley)

    No problem 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Site Too Small!’ is closed to new replies.