Home Forums WoodMart support forum Product grid heading

Product grid heading

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #566508

    tomass
    Participant

    In catalog page we have good alignment – https://gyazo.com/b11f7d09766d72b1cf7cae0f33a1cbd9 if heading in bigger it goes …

    But on home page can you help fix the same? https://gyazo.com/c4f9c9881a3c7fa4cf589471e537c9fc
    For all catalog grids in homepage

    #566907

    Hung Pham
    Participant

    Hi tomass,

    Thanks for reaching to us.

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    Navigate to Theme Settings > Product Archive > Product Styles > Product title lines limit. Set the number of product title lines. https://ibb.co/2kztmN5

    Regards,

    #567330

    tomass
    Participant

    I did changes, but when i clicked on hopage button and redirected to catalogue page, it shows i row, but shows small second row upper text

    Attachments:
    You must be logged in to view attached files.
    #567400

    Hung Pham
    Participant

    Hi tomass,

    Please go to Theme Settings > Custom CSS and remove this line https://prnt.sc/0tUPubBj8Bz4

    Regards,

    #567807

    tomass
    Participant

    https://gyazo.com/dd864d83d33dcc9f6b9ed8886447b54f but now also categories does that we need that they show in full.

    #567926

    Hung Pham
    Participant

    Hi tomass,

    Please remove your code

    @media (max-width: 500px) {
        .post-type-archive-product .wd-entities-title, .tax-product_cat .wd-entities-title {
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            display: -webkit-box;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
        }
    }

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile section.

    .tax-product_cat .wd-entities-title {
    	overflow: hidden !important;
    	text-overflow: ellipsis !important;
    	display: -webkit-box;
    	-webkit-line-clamp: 1 !important;
    	-webkit-box-orient: vertical !important;
    }

    Regards,

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