Jump to content

Question About Removing Divider Lines


KateMacwil

Recommended Posts

Its this line from http://dev.townofbauline.ca/wp-content/themes/betheme/css/layout.css

.widget_archive ul li:after, .widget_nav_menu ul li:after {
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    left: -30px;
    position: absolute;
    width: 70px;
}

Either adjust OR add

.wpb_wrapper {
    overflow: hidden;
}

To your custom css file

Edited by dsonesuk
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...