Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1129957

    Hi Kriesi-Team,
    when I open our mobile menu, there is a lot of space between the top and the first menuentry. You can see it here at the screenshot and directly at our page. Is there anything I can do to “heal” this?
    Thank you very much and kind regards!

    https://ibb.co/30RWp9c

    https://tinyurl.com/y3jl2wbd

    #1129969

    Hi Mixmax,
    try

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

    Best

    #1130090

    Hi Sigmund,
    thank you very much. That works. Max I ask you for another hint. Right, next to the mobile menu icon, is a ugly white space. I marked it at the screenshot. The white space is also there in Desktopview next to the glass.Is there anything I can do to delete this white space so that the menu icon or the glass is more or less an the right edge of the screen..
    Thank you again for your help. Kind regards!
    https://ibb.co/ZLXwYbg

    https://tinyurl.com/y3jl2wbd

    • This reply was modified 5 years, 2 months ago by mixmax.
    #1130158

    Hi Mixmax,
    thats the normal padding of the container. You can try to set the “Maximum Container width” in Enfold (Child, I hope) “General layout” Options (“Dimensions” Tab) to 100% and use a “Streched Layout” in “Layout” Tab.
    And I would delete the border eg set the border color to #ffffff.

    Best

    • This reply was modified 5 years, 2 months ago by Sigmund.
    #1130178

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-menu.av_menu_icon_beside {
        border-right-width: 0;
    }

    Best regards,
    Rikard

    #1130242

    Hi Rikard,
    when I change this value in opera developer tools, it works. But when I put in css, it doesn´t. Any idea?
    Best regards

    #1130279

    Try:

    
    .avia-menu.av_menu_icon_beside {
        border-right-width: 0 !important;
    }
    
    #1130293

    No it works. Thank you Sigmund!

    #1130316

    Hi mixmax,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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