Blog title limit & image size fix
-
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!
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.
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!
Hello,
You are Most Welcome.
Sorry, but it is not possible to achieve it for 2 lines.
Best Regards.
Noted. Have a great day ahead!
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.
The topic ‘Blog title limit & image size fix’ is closed to new replies.