New Topic

Default Zoom

Home › Forum › Customization › Default Zoom

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 5 years ago.

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

    goutresolve
    Participant

    Is there a way to change the default zoom or size of the content on the site? I really like the look of the theme at 125% zoom and want to make it always that size for desktops.

    #1474

    StartupWP
    Keymaster
    @media all and (min-width: 1250px) {
    #wrapper {
      margin: 200px auto;
      transform: scale(1.25);
    }
    }

    https://startupwp.com/topic/customizing-your-theme/

    Depending on your setup, further adjustments may be needed.

    #1475

    goutresolve
    Participant

    All that seemed to do was move the logo image down. My website is goutresolve.com and I’m using Startup Pro.
    Additionally, when that code is inserted, the logo image doesn’t show up in Internet Explorer or Firefox. When I remove it, the site appears as it should.

    #1477

    StartupWP
    Keymaster

    Are your browsers completely up-to-date? This technique is not supported in older browsers.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.