How to adjust the height of blog article meta boxes ?
-
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.
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,
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,
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,
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.
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