Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1078983

    HI~

    The menu will open in right side on mobile mode, like
    https://screencast.com/t/uOBadTWtM

    can we change the menu to right side?

    Thank you for your help.

    #1079280

    Hey decode,

    Please try the following in Quick CSS under Enfold->General Styling to place the mobile menu on the left:

    @media only screen and (max-width: 767px) {
    nav.main_menu {
      left:0 !important;
    }
    }

    Best regards,
    Jordan Shannon

    #1080650

    Thank you for your help, the css is work well.

    Can I change the hamburger menu to left side
    and change search icon to right side in mobile mode?

    like
    https://screencast.com/t/ILkTDdwh4LOg

    thank you

    #1080680

    Hi,

    Please provide a URL to the site so we can look into this further.

    Best regards,
    Jordan Shannon

    #1080717

    please help me, thank you.

    #1082145

    Hi,
    Sorry for the late reply, when I looked at your site I didn’t see the search icon that you wanted to move to the right, can you enable it so we can test?
    For having your burger menu open on the left, I see right now it’s sliding across the screen, please try this css instead to have it appear on the left side:

    .html_av-overlay-side .av-burger-overlay-scroll {
    right: auto;
    left: 0; 
    }
    .html_av-overlay-side .av-burger-overlay-scroll {
        -webkit-transform: translateX(-10px)!important; 
        transform: translateX(-10px)!important; 
    }
    
    .av_font_icon.av-icon-style-inline {
        float: none!important; 
        display: inline-block!important; 
        vertical-align: middle!important; 
        margin: 0 8px!important; 
    }
    

    Best regards,
    Mike

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