Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1363829

    hello together
    now i have tried thanks to the help of guienna7 and mike
    again a logo at the hamburger menu hizuzufügen

    I just do not succeed

    Description below:

    Sorry my english is not so good
    thanks in advance

    kind regards
    Franz

    #1363847

    Hey 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:
    2022-09-04_021.jpg
    Now it shows, but I assume that you want the logo centered with your menu:
    2022-09-04_022.jpg
    so I added this css:

    .burger-logo {
    	margin: auto;
    }

    now it is centered:
    2022-09-04_023.jpg
    please clear your browser cache and check.

    Best regards,
    Mike

    #1363874
    This reply has been marked as private.
    #1363890

    Hi,

    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,
    Ismael

    #1363980
    This reply has been marked as private.
    #1363985

    Hi 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,
    Nikko

    #1364003

    Hello Nikko

    Thanks a lot
    Now it is almost perfect

    I would like to change the vertical position
    mobile and desktop separately
    is this possible

    see printscreen below

    Thanks in advance
    Kind regards
    Franz

    #1364044

    Hi 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,
    Yigit

    #1364093

    Hello Ygit

    unfortunately nothing happens when I enter this css code

    thanks and

    kind regards
    Franz

    #1364094

    Hey!

    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,
    Yigit

    #1364095

    ohhhh sorry
    Yigit

    maybe I expressed myself wrong.

    on the phone it fits great

    but with me on the pc not

    thank you
    kind regards
    Franz

    #1364189

    Hi,
    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 resolution

    Best regards,
    Mike

    #1364218

    Thank you for your feedback.
    Mike

    It 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 far

    I have tried to make a new printscreen.

    thank you and
    kind regards
    Franz

    #1364249

    Hi,
    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,
    Mike

    #1364262

    Hello Mike
    Now it works great

    I would like to give you a wreath for your support
    extremely good and extremely fast

    then you can close this ticket

    kind regards
    Franz

    #1364312

    Hi,

    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

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘logo im hamburger menu’ is closed to new replies.