Archived topic
Home Page Boxes Not Aligning Properly
3 replies · Started by Ryan on February 14, 2022
I would like my front page containers to align better. Is this possible?
Hi Ryan,
Starting from the top, the misalignment of the two columns stems from one column’s title having to occupy two lines.
One solution is to put the featured image above the title or reposition the posts so that posts that have titles with approximately the same length would be side by side.
As for the alignment of the Read more buttons, one approach you can try is adding a CSS like this:
.blog .inside-article {
position: relative;
}
p.read-more-container {
position: absolute;
bottom: 0;
}
Here is an article on how to add custom CSS: https://docs.generatepress.com/article/adding-css/
Hope this helps! :)
Thank you again Fernando! You are a superstar!
You’re welcome Ryan! Glad I was able to help! Feel free to reach out anytime if you’ll need help with anything else. :)