• Hi, my WP site all of a sudden displays much smaller visually, as if the CTRL- keys had been pressed. Pressing CTRL+ doesn’t help much, because each time I go to a different page, it shrinks again…. and this only happens with the tabs of my browser displaying the website.
    This happens both when I am in the admin panel and the front-end, and I don’t know how to restore the normal look.
    I have also deactivated all my plugins, but it still looks the same after refreshing the tabs involved.
    Any ideas on how to restore the normal look/proportions?
    I am running WP 3.6.1 (just upgraded) on a windows 10 OS, and Firefox browser 117.0. Theme: Customify.
    Can’t give my site’s url because it is still running in my laptop’s localhost


    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sinergyinaction

    (@sinergyinaction)

    Hi, apparently I have sorted this out. I realized that the url box of my browser had a % button at its very righ-hand side that said 50%, when I clicked on it the aspect of the site returned to 100% of the range (and the button desappeared!). Apparently this button is displayed whenever a CTRL+/- key combination is pressed.
    However, now I have realized that for better aspect of the website, I prefer it to be 80% of the full aspect. I also still don’t understand why if I change this % on a specific tab where the website is displayed, any other tab which will be open with the url of the website will display it exactly with the same % of that display scale.
    Also, how can I fix the scale at which the website is displayed from within my admin interface, so that no matter the browser, etc. it will be automatically be displayed at, say (at least initially) 80% ?

    Moderator bcworkz

    (@bcworkz)

    You could add the following to the Additional CSS section of the customizer or style book:
    body { transform: scale(80%); }
    You may need to re-position the top location. After applying the above rule on my site I had to add these rules to the body declaration (YMMV):

    position: relative;
    top: -33vw;

    This is kind of a band-aid solution. It’s better to properly set all the elements to the desired size and spacing at 100% scale. But since it’ll probably take some doing to go back and adjust all the elements at this point, scaling is a reasonable solution.

    Thread Starter sinergyinaction

    (@sinergyinaction)

    Hi @bcworkz, many thanks for your note!
    I followed your advise but then it creates a boxed style website, whereas my website occupies the full screen, also some of the sections appear displaced.
    It isn’t definetly the result I wanted.
    Are there any other similar settings that can cater for a full width website?

    Moderator bcworkz

    (@bcworkz)

    It’s hard to say without a site I can look at. I did say scaling the entire site was a band-aid solution ?? Likely the best solution is to resize the individual elements you think are currently too large. Hopefully with globally applied CSS. I imagine it’d be too much work to alter every individual element’s settings. Often with CSS you can resize all similar elements with one rule.

    Use your browser’s element inspector tool to help you with applying custom CSS to get the effect you’re after. Add whatever custom CSS you come up with to the Additional CSS section.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Why site displays at smaller scale?’ is closed to new replies.