Home Forums WoodMart support forum How to adjust the height of blog article meta boxes ?

How to adjust the height of blog article meta boxes ?

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

    gazoneo.fr
    Participant

    Hello,

    How can I adjust the height of the article presentation meta boxes so that they visually align better with equal heights and appear cleaner on the blog page : https://www.gazoneo.fr/blog/ ?

    Thank you for your help.

    Best regards,
    JML GAZONEO

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

    Hung Pham
    Keymaster

    Hi gazoneo.fr,

    Thanks for reaching to us.

    It caused by the length of the title. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    h3.wd-entities-title{
      display: block;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    Regards,

    #625551

    gazoneo.fr
    Participant

    Hello, hung Pham
    Thank you for the CSS code, which works perfectly. However, it’s a pity that the blog post title is not fully visible.
    Regards,

    #625589

    Hung Pham
    Keymaster

    Hi gazoneo.fr,

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

    Regards,

    #625637

    gazoneo.fr
    Participant

    Hello, Hung Pham,

    Is there a way to access the full title of the article?

    Thank you for your help.

    JML GAZONEO

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

    Hung Pham
    Keymaster

    Hi gazoneo.fr,

    You can try to reduce font-size of title, please remove above code and use below one:

    .blog-design-masonry .post-title {
        font-size: 16px;
    }

    Best Regards

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