Tagged: , ,

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

    this might be a RTL issue
    in my enfold themed website the most right separator between menu items is missing
    thanks in advance

    #867704

    Shalom!

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

    li#menu-item-785 a {
        border-left: none;
    }
    #top #header .social_bookmarks li:last-child {
        border-right-style: solid;
        border-right-width: 1px;
    }
    #top .social_bookmarks li:first-child {
        border-right: none;
    }
    
    

    Best regards,
    Yigit

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