Tagged: Burger Menu, logo, mobile menu
-
AuthorPosts
-
October 23, 2021 at 4:33 pm #1326166
Hi dear Kriesi-Team,
I´ve seen a couple of entries on this topic, unfortunately I can´t find the right answer. I would like to show my logo in my burger menu above the sites.
Should look like this:
Thank you,
best regards,
VeronikaOctober 24, 2021 at 12:49 am #1326200Hey 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,
MikeOctober 24, 2021 at 8:59 am #1326214Hi 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,
VeronikaOctober 24, 2021 at 12:44 pm #1326226Hi,
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,
MikeOctober 24, 2021 at 8:53 pm #1326240Hi,
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,
VeronikaOctober 24, 2021 at 9:28 pm #1326242Hi,
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,
MikeFebruary 13, 2022 at 3:27 pm #1340377Hi, you can close this topic thank you
February 13, 2022 at 3:31 pm #1340379Hi,
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 -
AuthorPosts
- The topic ‘logo in burger menu’ is closed to new replies.