Home Forums WoodMart support forum product grid

product grid

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

    pullman
    Participant

    Hello,

    Recently I got the code to align the product title in 1 line. The code works on a grid which is marked green in a screenshot. but, some the other part which is marked red in a screenshot is still displayed in 2 lines(rows).

    What is the code for that??

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

    pullman
    Participant

    sorry it’s not green, It’s blue.

    #377913

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .product-grid-item h3.wd-entities-title {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    Best Regards

    #378800

    pullman
    Participant

    Hello,

    That code works ๐Ÿ™‚

    Thank you for your support! ๐Ÿ˜‰

    #378905

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day.

    So thanks for your kind words and we look forward to seeing you again.

    Let us know if thereโ€™s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘product grid’ is closed to new replies.