Archived topic
Align photo and title in HP
5 replies · Started by Anna De Simone on October 28, 2020
In these days of quarantine I'm improving the look of my site, but isn't easy... so, I ask for help one more time.
I can't align titles and photos of posts in HP.
I would like an effect like screen shot, with a standard space or standard number of letters for the title.
Thanks to all and good luck to all.
Hi there,
Try this CSS:
@media (min-width: 769px) {
.blog .inside-article, .archive .inside-article {
display: flex;
flex-direction: column;
}
.blog .entry-header, .archive .entry-header {
display: flex;
flex-direction: column;
flex-grow: 1;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thanks Leo, once again you have been decisive!
No problem :)
Hi Leo, the css don't work for new contents published.
Hi there,
can you share a link where i can see the issue?