Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question