Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I would like to create line breaks in the product titles on my website.
For example, I would like there to be a line break before "castile hand and body wash", so a product listing should look like:
Eucalyptus & Grapefruit
Castile Hand & Body Wash
Any advice please? Thanks!
Hello @Verterra
Can you please share the store URL and password, so i can check and gives you best solution...
Hello!
My store URL is: https://verterra.sg/password, password is VerterraTest123
Hi @Verterra
Would you mind to share your store URL? Thanks!
Hello!
My store URL is: https://verterra.sg/password, password is VerterraTest123
Thanks for the info, This edits will be more breaking the words when the screen gets smaller.
.card__information h3 {
width: 55%;
margin: auto;
height: auto !important;
}
.card__information {
display: flex;
flex-direction: column;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! Unfortunately this didnt work for me but I managed to find a solution on another forum! Thank you again
What was the solution you found? Thank you!
Thank you! Did you ever figure out how to not see the <br> in the title? I've been following that thread as well.
I'm trying to solve the same problem too 😂