Shopify themes, liquid, logos, and UX
Hi,
my website has an issue that has been bothering me for some time.
The first image shows the issue.
When descriptions are on two lines, the price and special offer elements are placed immediately below the description. When the description runs onto two lines thes elements are moved down.
The two arrows show the single line items.
The second image shows how I would like the page to look.
Do you think that this is possible in the Debut theme?
I'd be grateful for any input, even if it's telling me that it is impossible 😄
Thanks
@TorwoodGC - can you please share this page link?
https://shop.torwoodgardencentre.co.uk/collections/corsica-range
Sorry, I thought that I had done so
@TorwoodGC - add this css to the very end of theme.css file and check
@media screen and (min-width:994px){
.h4.grid-view-item__title.product-card__title{min-height: 55px;}
}
@media screen and (min-width:750px) and (max-width:993px){
.h4.grid-view-item__title.product-card__title{min-height: 65px;}
}
@media screen and (max-width:749px){
.h4.grid-view-item__title.product-card__title{min-height: 40px;}
}
Hi,
Thanks for your help.
I added the css as requested and it has made no difference.
Kenny
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025