Home Forums WoodMart support forum equal posts

equal posts

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

    TRT
    Participant

    hello,
    in the blog post (meta on image) how can I match the height of the posts….

    • This topic was modified 1 week, 3 days ago by TRT.
    Attachments:
    You must be logged in to view attached files.
    #560452

    Hung Pham
    Keymaster

    Hi TRT,

    Thanks for reaching to us and appreciate your patience.

    Currently, there is no such an option. Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS to limit the length of post title with dots.

    .wd-entities-title.title.post-title {
    	width: 250px;
    	white-space: nowrap;
    	overflow: hidden !important;
    	text-overflow: ellipsis;
    }

    You can create a ticket here: https://woodmart.canny.io/feature-requests so our developers will consider such a feature.

    Regards,

    • This reply was modified 1 week, 2 days ago by Hung Pham.
    #560688

    TRT
    Participant

    Thanks, I’ll do that

    #560862

    Hung Pham
    Keymaster

    Hi TRT,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘equal posts’ is closed to new replies.