Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1024781

    Hi there,
    I have a few issues with the look of my mobile header and mobile menu.
    I will put some links to the screenshots in the Private Content field, so you better understand what I mean.
    1st Screenshot:
    Here you see the Logo is quite small and not in line with the Burger Menu Icon.(This is the Burger menu from Uber Menu)
    Can we adjust the height of the Burger Menu Icon so i comes up in line with the logo?

    2nd Screenshot :
    Here you can see the themes burger menu icon, and the search symbol.
    I would like to hide this burger icon (because i have two now)
    I am trying to get the search symbol beside the burger menu icon.

    Thank you very much in advance! Great Theme !

    #1024829

    oh sorry i just saw that my screeshots are not accessible

    here i repost them:

    Screenshot 1: https://snag.gy/w1ZU9x.jpg

    Screenshot 2 https://snag.gy/WruTGs.jpg

    #1026207

    Hi,

    Thank you for using Enfold.

    Use this css code to hide the default menu and search icon.

    @media only screen and (max-width: 767px) {
    .responsive .av-burger-menu-main, .responsive #top #wrap_all .menu-item-search-dropdown > a {
        display: none;
    }
    }

    Best regards,
    Ismael

    #1026302

    Hi Ismael,
    That worked out pretty good :) thank you.

    But how about my 2nd issue?
    I have too much white space, and i need to move the burger menu up a bit, so it is beside the logo.
    Please help.

    • This reply was modified 6 years, 1 month ago by webbiz215.
    #1026630

    Hi,

    My bad. I missed that one. You can use this css code to adjust the ubermenu toggle position.

    .responsive #top .ubermenu-responsive-toggle {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    Add that css code inside the recent css media query.

    Best regards,
    Ismael

    #1026677

    Ismael! You are awesome! :)
    It looks great now.
    Thank you and happy friday to you!

    Best Regards
    Maik

    #1026824

    Hi,

    Great! Have a nice weekend. :)

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘mobile menu issues’ is closed to new replies.