Jump to content

Woocommerce product list spacing


harry_ord

Recommended Posts

Hello

This is my site:

http://www.armonisencia.cl/site/

I have a woocommerce product list and after that, i have a really long margin at the bottom. I'm trying to change it with css here:

.woocommerce .products ul, .woocommerce ul.products {
    margin-bottom: 0;
    padding-bottom: 0;

}

But this doesn't seem to work, like only kind of works if a shrink my Chrome's window.

Any idea how to fix it?

Link to comment
Share on other sites

The problem occurs not in the Unorderd List, but at the Div under the following comment:

 

<!-- .et_pb_section -->

But you use many classes for your div's. So i could not realy figure out which one overrides which one.
A quik fix, but try avoiding this is to set a negative margin. Like this: 

div {
margin: -2%;
}

 

 

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