My website: https://toaiart.com/
My collection name on Desktop is looking like this:
The word ‘Bedsheet’ should come in second line.
Kindly help.
My website: https://toaiart.com/
My collection name on Desktop is looking like this:
The word ‘Bedsheet’ should come in second line.
Kindly help.
@SurTri You can fix the width
.collection-grid__item-title–wrapper{
width: 90%;
}
Write this in bottom of your css file.
It worked , thanks.