Home › Forums › WoodMart support forum › Misalignment of blog articles – how to fix?
Misalignment of blog articles – how to fix?
- This topic has 6 replies, 2 voices, and was last updated 5 hours, 11 minutes ago by
ivoltbg.
-
AuthorPosts
-
September 12, 2025 at 12:55 am #685990
ivoltbgParticipantHello, on the blog here https://ivoltbg.info/blog/
about why there is a misalignment between the articles. I am attaching a screenshot. How can this be fixed so that all the articles are aligned evenly?Best regards,
NikolaAttachments:
You must be logged in to view attached files.September 12, 2025 at 12:32 pm #686086
Aizaz Imtiaz AwanKeymasterHello,
It is due to the content you have added: https://postimg.cc/bSnrVJy2 , Please try to add equal content, then it will look perfect.
If you have any questions feel free to contact us.
Best Regards,
September 21, 2025 at 8:18 am #687374
ivoltbgParticipantHi,
This seems like an impossible task. Could you tell me another way to achieve it with styling so that it doesn’t expand when the text is longer?
Best regards,
NikolaSeptember 22, 2025 at 8:48 am #687450
Aizaz Imtiaz AwanKeymasterHello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.blog-design-meta-image .wd-post-inner { min-height: 300px; }
Best Regards,
September 22, 2025 at 10:54 am #687477
ivoltbgParticipantHello,
I added a topic with slightly longer content and it expanded to its maximum. Could you tell me what value I should now set for “min-height:” so that they can be aligned under all circumstances?
You can check again at https://ivoltbg.info/blog/
Best regards,
NikolaSeptember 22, 2025 at 1:35 pm #687529
Aizaz Imtiaz AwanKeymasterHello,
I’ve checked your blog again — the reason the alignment still varies is that min-height only sets the minimum height of the card. If one post has more text than the others, its container will grow beyond the min-height value, so they’ll never be perfectly aligned on all screen sizes if the content length isn’t equal.
Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.blog-design-meta-image .wd-post-inner { display: flex; flex-direction: column; height: 100%; } .blog-design-meta-image { display: flex; flex-direction: column; height: 100%; } .wd-blog-holder .wd-blog-grid { align-items: stretch; }
Best Regards,
September 23, 2025 at 12:41 am #687607
ivoltbgParticipantHello,
Perfect, that’s exactly what I meant, just as you explained. Thank you for the wonderful solution. I really, really like it!
You can close the topic, thank you!
Best regards, Nikola
-
AuthorPosts
- You must be logged in to create new topics. Login / Register