Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1326166
    #1326200

    Hey Veronika,
    Thank you for the link to your site I see that you added a menu item with the image url, but I’m not sure which solution you were trying to follow so I added this css to have your logo show where the menu item was, please clear your browser cache and check.

    #av-burger-menu-ul .menu-item-4053:before {
    content: "";
    background-image: url(https://your-site.com/wp-content/uploads/2019/10/Logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 130px;
    display: inline-block;
    }
    #av-burger-menu-ul .menu-item-4053 a .avia-menu-text {
    	opacity: 0;
    	pointer-events: none;
    }
    #av-burger-menu-ul .menu-item-4053 a {
    	pointer-events: none;
    }
    

    Best regards,
    Mike

    #1326214

    Hi Mike,

    great help as always! It looks devine. I customized it a bit, and unfortunately I don’t know how to shift it up. Like this: https://imgur.com/JzWnUa7

    Any recommendations?

    Thank you

    Best regards,
    Veronika

    #1326226

    Hi,
    Thanks for the feedback, I added this to move the menu items up

    #top #header_main #av-burger-menu-ul {
        vertical-align: top;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1326240

    Hi,

    we are not there yet, I tried this

    #av-burger-menu-ul {
    padding: 112px 0px;
    padding-top: 50px;
    }

    but it is not working. Any suggestions?

    Best regards,
    Veronika

    #1326242

    Hi,
    That is not correct, if you want the top padding to be 50px please write it like this:

    #av-burger-menu-ul {
    padding-top: 50px!important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    #1340377

    Hi, you can close this topic thank you

    #1340379

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘logo in burger menu’ is closed to new replies.