Home Forums WoodMart support forum Make Products same size on Product Grid – When title is one line `

Make Products same size on Product Grid – When title is one line `

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #224014

    stew
    Participant

    Hi

    I have uploaded a few hundred products and have some products that are short titles and others that are long titles.

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

    Hello,

    You can limit the length of the title in the Theme Settings -> Shop- > Product Style – > Product title lines limit https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Best Regards

    #224061

    stew
    Participant

    Hi

    I dont want to limit the line. I want to be able to expand the title area when there is only 1 line of title so that it always aligns with the two line titles.

    I have tried putting in a carriage return to make a 1 line title 2 lines but it did not do it when published

    #224065

    stew
    Participant

    I also have another issue

    In the Shop>Product Styles>Show product brands next to title

    I have set to on but it is not showing the Brand Name next to the title. See image attached. Note that I have written the Brand Name into the Title …

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .title-line-two .product-grid-item .product-title {
        min-height: 70px;
    }

    As for the brands, you need to set up brands first: https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/

    Best Regards

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