Home Forums WoodMart support forum Assistance With Product Text Sizing

Assistance With Product Text Sizing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #373719

    WASIPLtd_Website
    Participant

    Hello,

    I recently requested for CSS to remove the # of products from showing within the product categories slider on my homepage. The CSS I was provided worked great, did the job I needed.

    However, now that the # number of products are no longer showing the product category text is getting squeezed causing text from words to appear within the next line.

    https://gyazo.com/8c8bbae3bda2c87e38a0b0fc39ba5a8b

    Could you please assist me with preventing this from happening? As you’ll see within my screenshot the highlighted text is the issue I’m referring to.

    Thanks kindly.

    #373750

    Luke Nielsen
    Keymaster

    Hello,

    I suggest you a little bit resize the font size of the product categories items by the below code. Enter it to the “Custom CSS for desktop” area in Theme Settings -> Custom CSS.

    .home .category-grid-item .wd-entities-title {
        font-size: 17px;
        word-wrap: unset;
    }

    Kind Regards

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