• Resolved Fromoven

    (@fromoven)


    Hi !

    Need some help about that plugin. I downloaded and installed from WP plugin dashboard. Everything’s fine up to there. When activated, my Website is completely “zoomed in” where everything is bigger: fonts, menus, images. When de-activated, the site reverts to its original presentation.

    WP is 3.9.1, my theme is Newswire which I adapted the pages and CSS to the colors and feel I wanted.

    Any ideas why the plugin would do that and how I could fix that ’cause I’d really like to use that plugin.

    Thanks

    Michel
    https://www.fromoven.com

    https://www.ads-software.com/plugins/pixproof/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author George Olaru

    (@babbardel)

    Hey Michel,

    The problem is that PixProof plugin have a CSS rule declared regarding font-size on <html> element:
    html { font-size: 1em }

    Your theme has set a font size of 62.5% which is equivalent of 0.625em. I recommend you to increase the specificity of your theme rule by adding the “!important” declaration:

    html { font-size: 62.5% !important; }

    Let me know if it works.

    Thanks,
    George

    Thread Starter Fromoven

    (@fromoven)

    Hi George,

    I tried the fix you suggested and it works ! You nailed it ??

    Thanks a million

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website zoomed after activation’ is closed to new replies.