Jump to content

Error display product list


no.master0

Recommended Posts

fix css for .listproducts .item .item-i

 

uncomment border. If you don't want to show border, replace it with border: 1px solid transparent;

 

.listproducts .item .item-i {
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    /*border: 1px solid #d7d7d7;*/
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

 

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...