Viewing 1 replies (of 1 total)
  • There’s a class in your CSS on line 3251 called .product-type-simple. If you change:

    margin: 5px !important;

    …to:

    margin: 5px;

    …you’ll see the product grid display correctly. When !important is set on a property it will override other properties applied to the same element, so whenever possible it’s best to avoid using it.

Viewing 1 replies (of 1 total)

The topic ‘Catalogue items misaligning’ is closed to new replies.