Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1117233

    Hi,

    At my blog which I have linked below, when viewing the website on a 1080p resolution in Windows 10 at normal 100% scaling in Windows and then I view the website in the Microsoft Edge browser, I would like my website to look by default as it does in Microsoft Edge at 125% scaling with the Zoom feature. So that my website will look that size, the size in Edge at 125% when there is no scaling at 100%. So how it looks in 125% would be the default look, requiring no change to be set in the browser.

    I have tried setting this in Enfold – General Layout – Dimensions – Maximum Width Container but that didn’t do anything. Is there anyway I can achieve this?

    Thank you.

    #1117244

    Hey Dexter,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    body {
       transform: scale(1.1);
       transform-origin: 0 0;
    }

    Please adjust the 1.1 to suit, such as 1.2

    Best regards,
    Mike

    #1117259

    Thank you for trying to help me. I inserted the code, but everything just shifted to the right cutting off the page, no scrolling, with everything at normal scale.

    #1117656

    Hi,

    Which elements are you trying to adjust? The Windows 10 scaling settings will not affect the site or how the browser renders it. You have to adjust the website font or elements using css. You can also install a plugin that will allow users to manually adjust the font size.

    // https://wordpress.org/plugins/zoom-widget/

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.