Product title to appear on 2 rows on mobile
-
Hi there,
On my shop page when a product title is too long the WoodMart theme shortens the title on mobile screens.
I want to keep the whole title not shortened. Is there an option to do so?
Thanks
Regards
-
This topic was modified 1 year, 2 months ago by
admin-1492.
Hi admin-1492,
Thanks for reaching to us.
I don’t see 2 lines of product titles on mobile https://prnt.sc/yr6SRWw0RBCC
Please double check.
Regards,
-
This reply was modified 1 year, 2 months ago by
Hung Pham.
Yes,
Now the titles are on 1 line and some of them appear shorter.
I want the titles to appear on 2 lines when are long. For example that product title is 4 words. Only the first 3 appear on mobile. The 4th word is shortened. I want the whole title to appear.
Please check
Hi admin-1492,
Thanks for details.
It’s still unclear a bit to me, how can you display full title in the single line in the smaller screens?
Please add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile section to reduce font-size on mobile:
.entry-title.product_title {
font-size: 16px;
}
Regards,