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

    Hello!

    Enfold is the best theme ever! But Ahh! How do I delete this white line on my page between the Menu items and Social Profiles? When I put in the Custom CSS:

    .avia-menu {
    border-right-width: 0px;
    }

    It actually delete the social profile icons.. not the line. I’m lost on this one.

    #772184

    Hey djhal3,

    Try adding this css code:

    .avia-menu.av_menu_icon_beside {
        border-right: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #772530

    Thank You! Worked like a charm. Best,
    Dan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Delete white line on page’ is closed to new replies.