Header Menu - by KAMAN - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler

  • Avatar: KAMAN
    KAMAN
    Participant
    May 3, 2019 at 14:09

    Hello,
    How can i divide the Menu into different sectors like here: https://prnt.sc/njxexi

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2019 at 15:14

    Hello,

    Please read about the menu in our documentation https://www.8theme.com/demo/docs/legenda/ and https://youtu.be/9cj6o9ZRovY
    A border like this http://prntscr.com/njyedh you can add using Custom CSS code. Add this code in style.css file of your child theme:

    @media only screen and (min-width: 992px){ 
        .main-nav .nav-sublist-dropdown .container>ul>li:not(:last-child) {
            border-right: 1px solid #dbdbdb;
        }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.