Home Forums WoodMart support forum Product title to appear on 2 rows on mobile

Product title to appear on 2 rows on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565238

    admin-1492
    Participant

    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 7 months ago by admin-1492.
    #565387

    Hung Pham
    Keymaster

    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 7 months ago by Hung Pham.
    #565510

    admin-1492
    Participant

    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

    #565706

    Hung Pham
    Keymaster

    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,

Viewing 4 posts - 1 through 4 (of 4 total)