Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1080266

    Hello there,
    I can only find css to make a border around the burger icon itself but can’t find a solution how to deal with the divider lines between the menu links which as of now are either invisible or set to have the same color as the background.

    Any hint on how to change color and width respectively height would be much appreciated

    Thx a lot

    #1080481

    Hey Apachee,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1081298

    Hi Victoria ..
    pls see the link to a screenshot of the current menu

    There are no horizontal divider lines beween the menu items .. and I can’t find the css to define the lines to show and define the color and possible padding etc..

    Your Enfold2017 demo for example has light grey lines in beween the menu items in mobile burger menu view

    #1081301

    and this is what I want to achieve .. (I photoshopped the lines in ..

    #1081894

    Hi Apachee,

    Please try this css:

    
    .html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
        border-bottom: 1px solid #ccc;
    }
    

    Best regards,
    Victoria

    #1082113

    Hi Viktoria,
    I had to add an !important to it then it worked .. thank you very much !

    #1083724

    Hi,

    Glad we could help! :)

    Best regards,
    Basilis

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Divider Lines/Borders between Mobile Burger Menu Links’ is closed to new replies.