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

    Hi,

    On the mobile layout, the parent menu is now sitting on top of the logo, whereas previously it was side by side.

    Also, the default under header>mobile menu says ‘all menu items of the mobile menu are visible’ – however I can’t seem to achieve this either, as this may be solution to override the problem above.

    Thanks.

    #329671

    Hey ayanasoul!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    margin-left: 0!important;
    }}

    Best regards,
    Yigit

    #329743

    Works perfectly.

    Much appreciated. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header mobile menu with Enfold 3’ is closed to new replies.