Home Forums WoodMart support forum equalize post size

equalize post size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #527412

    TRT
    Participant

    In products we have these two options: “Even product grid for desktop” and “Product title lines limit “. Don’t we have the same options for posts?

    As you can see in the attached images I would like to align these two items

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

    Hello,

    Try to add the following code in Theme Settings < Custom CSS > Global Custom CSS:

    .blog-design-masonry .post-title {
    	 display: -webkit-box;
        -webkit-line-clamp: 1; /* Number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    Best Regards.

    #527869

    TRT
    Participant

    thank you

    #527951

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘equalize post size’ is closed to new replies.