Home Forums WoodMart support forum Blog title limit & image size fix

Blog title limit & image size fix

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #327870

    quanzero
    Participant

    Hi there,

    May I ask whether there are solutions to limit the blog title & set the blog carousel image in the same size?
    What I need is to display the blog carousel at the same height.

    I really appreciate any help you can provide.

    Regards!

    #327918

    Hello,

    Carousel image is controlled by the WordPress media settings.

    If we try changing using CSS then it could affect the quality.

    2) To limit the titles try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    html .post.blog-post-loop .post-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    Regards.
    Xtemos Studios.

    #328084

    quanzero
    Participant

    Hi Aizaz,

    Thanks for taking the time to support me.
    The Custom CSS is working great. Can you do me a favor by making it be two lines instead of one?

    Regards!

    #328123

    Hello,

    You are Most Welcome.

    Sorry, but it is not possible to achieve it for 2 lines.

    Best Regards.

    #328357

    quanzero
    Participant

    Noted. Have a great day ahead!

    #328368

    Hello,

    Thanks for understanding.

    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 6 posts - 1 through 6 (of 6 total)

The topic ‘Blog title limit & image size fix’ is closed to new replies.