New Topic

Default Zoom

Home › Forum › Customization › Default Zoom

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.