This topic has 8 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi there,
I need to align the products descritpion per row for the product category page
thanx
Hello,
Your site under maintenance mode so I can’t check it.
Please provide screenshot for better understanding.
Regards
Hi there,
as you see on the screenshot
the desecription of the 1st product is 1 line while the others are 2 lines
I need all of them to be evenly alligned per row
thanx
Hello,
Sorry for the delay due to the weekends.
This is possible to do via custom css code. To give you appropriate code, I need to inspect your page code. Please temporarily disable the maintenance mode or provide wp-admin access in Private Content.
Regards
Hi
I have deactivated the maintenance mode.
please try again
Thanx
Hello,
Please add this code in Theme Options > Styling > Custom css:
.products-loop .content-product .product-title {
min-height: 58px;
line-height: 1.3;
}
.swiper-entry .content-product .product-title{
min-height: 42px;
line-height: 1.3;
}
Regards
οκ
thanx
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up