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

    Hello, how do I control the spacing between the menu items in the BURGER MENU?

    #884326

    Hey mleite1,

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

    #av-burger-menu-ul li {
        line-height: 0.9em !important;
    }

    Best regards,
    Rikard

    #884347

    Many thanks Rikard.

    A question.

    When you open the menu the link list is not centered on the screen. You can always leave the center. Notice in the image below that is below the screen.

    How do I change the background color? My client does not like black

    LINK
    https://imgur.com/a/0hAiG

    #884504

    Hi,

    Do you mean that it’s not centered vertically? If not then please try to explain a bit further.

    You can use this to change the overlay background colour:

    .av-burger-overlay-bg {
        background:green !important;
    }

    Best regards,
    Rikard

    #887548

    Hello, Rikard. It worked, but I need to put the link color in white. How I do?

    #887781

    Hi,

    Great, glad you got it working. Do you mean the actual links in the menu or the burger menu link?

    Best regards,
    Rikard

    #925730

    Rikard, okay? I notice that the menu is not centered on the screen. How to centralize?

    REFERENCE IMAGE

    View post on imgur.com

    LINK
    http://www.milkbrands.com.br

    The menu has to be more on the screen. Centralized.

    #926838

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #av-burger-menu-ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        position: absolute;
    }
    

    Best regards,
    Vinay

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