M
M
Mikhail Lyashchuk2016-09-06 16:32:53
css
Mikhail Lyashchuk, 2016-09-06 16:32:53

How to align products grid in woocommerce?

Tell me how to align the grid on eugoods.com.ua? Inserted this
.woocommerce ul.products li.product h3 {
padding: .5em 0;
margin: 0;
font-size: 1em
min-height: 40px
}
didn't help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Petrovsky, 2016-09-10
@lyaschuchenko

ul.products li.product h3 {
height: 50px;
line-height: 20px;
}
well, correct the price size
.woocommerce ul.products li.product .price {
color: #77a464;
display:block;
font-weight: 400
margin-bottom: .5em;
font-size: 2em
}
if styles are not applied then append to the value of !important
.woocommerce ul.products li.product .price {
color: #77a464;
display:block;
font-weight: 400
margin-bottom: .5em;
font-size: 2em !important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question