Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #261919

    I think I may have found a minor bug. If you set a secondary menu and have it appear to the right above the main header, the very last item in the menu has no spacing between the | and the menu item so it appear like this

    |last menu item

    If you set it to the left then it’s fine.

    #262238

    Hey Andrew!

    Thank you for visiting the support forum!

    I’m sure this has been fixed on the latest patch of the theme, version 2.7.1. Please add this on Quick CSS or custom.css:

    .av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
    border: none;
    margin-right: 0px;
    padding-right: 0;
    padding-left: 10px;
    }

    Best regards,
    Ismael

    #262246

    Awesome, thank you.

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