Hi , my website is : TOAIArt.com
In mobile view, the Collections title is spilling over the background image.
I want , ‘Sofa Throw’ to start from next line .
This problem does not exist in Desktop view.
Hi , my website is : TOAIArt.com
In mobile view, the Collections title is spilling over the background image.
I want , ‘Sofa Throw’ to start from next line .
This problem does not exist in Desktop view.
This problem was resolved with below lines of code :
@media screen and (max-width: 591px) {
.collection-grid__item-title { font-size: 2.6em !important; }
}