Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #252835

    Hi,

    I’ve got a very complex header set. But after the update the logo is shrinking on mobile and i can’t find the id to remove the shrink for mobile.
    Hope you guys know how to remove the shrink.

    http://www.gitaarsalon.nl/

    Cheers Jasper

    • This topic was modified 9 years, 11 months ago by MENS.
    #253057

    Hey herrbirk!

    Thank you for using the theme.

    Did you add a lot of css modifications for the header and logo? I’m sorry but the latest update with the new header configurator might render them useless. Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo {
    position: static;
    height: 120px !important;
    float: none;
    }
    }

    Regards,
    Ismael

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