Same line the text and prices
-
Hello, can i set CSS code to have price and titles in a straight line?
Attachments:
You must be
logged in to view attached files.
Hello,
You need to upload images of the same sizes or crop them: https://xtemos.com/docs/basel/image-size-in-a-product-grid/
Also, you need to limit the length of the product titles.
Best Regards
I dont want to limit the words. I want to have these words in title but in the same line. In some products because i have attribute of colour the title and price goes down. Can i set a css to have the title and price of products without attribute in same line with products with attribute? (see image) ty
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .product-title {
height:42px;
}
This is CSS for titles https://prnt.sc/v32evb at the same time product without the swatches would not be on the same line.
Best Regards