Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1054529

    Hi, how can I move the mobile menu to the right so it won’t overlap the logo?

    It worked fine but after the update to 4.5.2 it overlaps the logo.

    Thanks.

    #1055202

    Hey DROR,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .main_menu {
            left: auto;
            right: 0;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1055281

    Thanks. I tried it on. Another site but it doesn’t work. Do I need a different code?

    #1055828

    Hi,

    Please try this on the second site:

    @media only screen and (max-width: 767px) {
    .logo img {
        margin-right: 70px;
    }
    }

    Best regards,
    Rikard

    #1055951

    That moved the logo to the right and kept the menu on the left. How can I make it so that the logo would be on the left and the menu on the right?

    #1056122

    Hi,

    That is what I’m seeing right now in your site but reversed, the menu is left and logo right. Is that what you want or do you still need help?

    Best regards,
    Rikard

    #1056153

    I want the logo on the left and the menu on the right

    #1056304

    Hi bakbek,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1056310

    Done.

    #1056319

    Hi bakbek,

    Thank you:)

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .main_menu {
            left: auto;
            right: 0;
        }
        .responsive #top .logo, .responsive #top .logo img {
            float: left;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1056324

    Thanks.

    #1056379

    Hi,

    Did you need further help or shall we close this thread?

    Best regards,
    Jordan Shannon

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