Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Yea find this custom CSS active on the site:

    .logo {
      max-height: none !important;
      max-width: none !important;
    }

    And update it to the following:

    .logo {
      max-height: none !important;
      max-width: 100% !important;
    }

    This will keep the logo from being wider than the screen.

    • This reply was modified 8 years, 3 months ago by Ben Sibley.
    Thread Starter mooie-dingen

    (@mooie-dingen)

    Thanx Ben! It works great!

    Theme Author Ben Sibley

    (@bensibley)

    Great, no problem ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘responsive logo’ is closed to new replies.