Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #236857

    Hi.

    We have a little problem with the menu disappearing when going on iPad or when making the browser smaller.

    Note: We have added a wider logo (same height) but a little wider than the normal one. (510px wide). Is there any quick css fix for this?

    Thank you in advance.

    #236859

    Hi Benjamin!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #236861
    This reply has been marked as private.
    #236865

    Hey!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) { 
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }}

    Cheers!
    Yigit

    #236873

    Perfect! Thank you.

    Best regards.
    Benjamin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu disappear’ is closed to new replies.