Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #311506
    #311654

    Hi mattv7!

    Thank you for visiting the support forum.

    Please add this on Quick CSS or custom.css to fix the logo on mobile view:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 60px !important;
    max-height: 60px !important;
    top: 5px;
    }
    }

    Go to Enfold > Header Layout > Mobile Menu panel then look for the Header Mobile Menu activation. Choose the second option to force the theme to show the mobile menu earlier.

    Regards,
    Ismael

    #311841

    Hi Ismael,

    It’s ok for the logo, thanks !

    And about the menu, with using tablet size for responsive it’s ok too.

    Thanks for your answer :)

    Regards,
    Matthieu

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pb responsive – menu on logo – :/’ is closed to new replies.