Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try something like this:

    .nav-menu > li a:after {
        content: "";
        position: absolute;
        right: 0;
        top 0;
        border-right: 1px solid red;
        height: 10px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Styling menu’ is closed to new replies.