Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1228739

    Dear support team

    I am having trouble with the mobile menu of Enfold.
    My website in Hebrew and the mobile menu seems off. The menu icon is in the middle while the logo is on the right and the cart icon is on the left.
    https://www.dropbox.com/s/4w4ixx3gin6280i/menu%20problem.png?dl=0
    It looks weird, any way to redesign it ?

    thanks in advance

    Elad.

    #1229830

    Hi Elad,

    I’m very sorry for the late reply, and thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1229972

    Hey Rikard

    No problem at all.
    What do you mean the actual elements? The website itself?
    the address is http://www.byroni.co.il

    thank you

    Elad.

    #1230283

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    li.av-burger-menu-main {
        padding-left: 10px;
    }

    If that is not what you are looking for then please try to explain a bit further or post a screenshot highlighting your intentions.

    Best regards,
    Rikard

    #1230302

    Hey Rikard

    I added the code but the design stayed the same, which is : cart icon – space – menu icon – logo – space
    should be something like : cart icon(left aligned) – logo – menu icon (right aligned)

    Just like the left-to-right way

    #1230790

    Hi,

    Thanks for the clarification. Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        right: 0;
    }
    
    .responsive #top .logo {
        width: 55%;
        margin: 0 auto;
        float: none;
    }
    
    .rtl .avia-menu.av_menu_icon_beside {
        margin-right: 0;
        padding-right: 0;
    }
    }

    Best regards,
    Rikard

    #1230860

    Dear Rikard

    thank you for the code, but it doesn’t change the look of the menu when I put it in the quick CSS.

    I will add a user for you for the back end maybe that will help you test it out quicker ? if you’re interested.

    thanks again

    Elad.

    #1231407

    Hi,

    Please see private for what I see on my end, what exactly do you want to change?

    Best regards,
    Rikard

    #1231462

    Hey Rikard

    that works on my end now as well! thank you very much for your help.

    best

    Elad.

    #1231621

    Hi,

    Great, I’m glad that it’s working for you as well now. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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