Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #921258

    Hi,
    I’d like to place a separator between the menu headings and the social icons in the header.

    Many Thanks
    Gary

    #921328

    Hey GaryBroadhurst,

    What kind of separator would you like? Could you post a link to the site in question?

    Best regards,
    Rikard

    #921370

    Hi Rikard,
    just a verticle line between the menu & social icons

    Thanks
    Gary

    #921741

    Hi,

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

    .avia-menu:after {
        content: "";
        border-right: 1px solid #FFF;
        position: absolute;
        right: 0;
        top: 50%;
        height: 30px;
        transform: translateY(-50%); 
    }
    

    Best regards,
    Vinay

    #921867

    That’s great thanks Vinay

    Regards
    Gary

    #921878

    Hi,

    I’m glad Vinay’s suggestion was able to help. If you need further help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu Separator’ is closed to new replies.