-
AuthorPosts
-
September 4, 2022 at 8:14 pm #1363829
hello together
now i have tried thanks to the help of guienna7 and mike
again a logo at the hamburger menu hizuzufügenI just do not succeed
Description below:
Sorry my english is not so good
thanks in advancekind regards
FranzSeptember 4, 2022 at 10:40 pm #1363847Hey schweg33,
Thanks for your question, I found that the link in your menu item had a space in the url breaking the path, and the custom class was missing a dash:
Now it shows, but I assume that you want the logo centered with your menu:
so I added this css:.burger-logo { margin: auto; }
now it is centered:
please clear your browser cache and check.Best regards,
MikeSeptember 5, 2022 at 9:33 am #1363874This reply has been marked as private.September 5, 2022 at 10:49 am #1363890Hi,
Glad to know that the suggestions above are working. And yes, you can use the following css code to adjust the size of the menu item.
#top #wrap_all #av-burger-menu-ul li { font-size: 26px; }
Default size is 18px. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelSeptember 5, 2022 at 11:12 pm #1363980This reply has been marked as private.September 6, 2022 at 12:39 am #1363985Hi Franz,
Try adding this CSS code (just adjust the max-width value as you see fit):
#top .burger-logo.avia_image { max-width: 200px; }
Best regards,
NikkoSeptember 6, 2022 at 9:21 am #1364003Hello Nikko
Thanks a lot
Now it is almost perfectI would like to change the vertical position
mobile and desktop separately
is this possiblesee printscreen below
Thanks in advance
Kind regards
FranzSeptember 6, 2022 at 1:09 pm #1364044Hi Franz,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab@media only screen and (max-width: 767px) { #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items { top: 80px; }}
Best regards,
YigitSeptember 6, 2022 at 6:49 pm #1364093Hello Ygit
unfortunately nothing happens when I enter this css code
thanks and
kind regards
FranzSeptember 6, 2022 at 6:57 pm #1364094Hey!
It works fine on my end. Please see the screenshot in private content field below.
Please make sure that you have cleared cache on your mobile device :)
Regards,
YigitSeptember 6, 2022 at 7:04 pm #1364095ohhhh sorry
Yigitmaybe I expressed myself wrong.
on the phone it fits great
but with me on the pc not
thank you
kind regards
FranzSeptember 7, 2022 at 12:33 pm #1364189Hi,
Thank you for your patience, I believe you want the burger menu with the logo to be centered on the screen vertically and horizontally, and from your last post it seems you are seeing the error on your desktop. I checked with my Windows desktop at 1920 x 1080 and it seems centered. Below are screenshots for mobile, tablet, and desktop, emulated on Windows Chrome.
Please tell us what OS and device you used, can you include a screenshot and paste the image URL in your post, your screenshot above looks to be a mobile device, but your issue is now with the desktop, and include the screen resolutionBest regards,
MikeSeptember 7, 2022 at 4:03 pm #1364218Thank you for your feedback.
MikeIt should be at the resolution of Windows desktop at 1920 x 1080
should be vertically at the bottom.
The menu item Start Goal should be at the very bottom of the screen, after the hamburger menu.
The application is used at a trade show, with a touch screen.
So that the visitor does not have to reach up too farI have tried to make a new printscreen.
thank you and
kind regards
FranzSeptember 7, 2022 at 7:43 pm #1364249Hi,
Thanks for the feedback, please try this css:@media only screen and (min-width: 1919px) { #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items { top: 180px; } }
Best regards,
MikeSeptember 7, 2022 at 8:50 pm #1364262Hello Mike
Now it works greatI would like to give you a wreath for your support
extremely good and extremely fastthen you can close this ticket
kind regards
FranzSeptember 8, 2022 at 12:01 pm #1364312Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘logo im hamburger menu’ is closed to new replies.