Home Forums WoodMart support forum alignemt of brand line on shop page

alignemt of brand line on shop page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #95724

    Jeriss Cloud Center
    Participant

    Dear,

    As you can see on my shop page, when products have a title of 1 line or 2 lines, those products are not aligned anymore. This is not fully correct for me, the content of the product title should not interfer in the display.

    Could you tell me how I could add a padding (or anything else) to always align the product brands whether the title has 1 line, 2 lines or 3 lines?

    Thanks

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

    Hello,

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

    .title-line-two .product-grid-item .product-title {
        max-height: 42px;
        min-height:42px;
        overflow:hidden;
    }

    Best Regards

    #95806

    Jeriss Cloud Center
    Participant

    Great thanks.
    Issue closed

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

The topic ‘alignemt of brand line on shop page’ is closed to new replies.