Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #865035

    Hello,

    We are trying to edit our menu is CSS so it appears like this:

    menu

    However we can’t seem to get the separator to center, it ends up looking like this:

    menu

    Any suggestions would be appreciated :)

    #865141

    Hey xansdesign,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #avia-menu > li > a:after {
        content: '//';
        display: inline-block;
        margin-left: 20px;
    }

    Hope this helps :)

    Best regards,
    Nikko

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