How can I display full product titles on mobile in Debutify theme?

My Shopify store doesn’t show most of my product titles because they’re “too long.” I use the Debutify theme and am currently wondering how to make it show my product title will show no matter how long they are. They show on the computer because it’s a bigger screen but gets cut off on mobile. The products are stacked side by side ( two in a row) on mobile. Thank you for your help.

@VonLycan , Could you please share your store URL?

1 Like

zeneratedsoul.com

@VonLycan , Please add the below line of code CSS at the end of your theme.scss file.

body .text-ellipsis{
white-space: normal;
}
1 Like

Thanks! You’re awesome!

1 Like