Archived topic
Change position featured image on blogpage
3 replies · Started by Bram on February 22, 2021
For my blogpages I use featured images(not the ones in elements) in the contentpage. (in combination with the plugin WP Show Post)
As you can see is the image underneath the title - Sterke spieren opbouwen? - not straight in line with the first line.
What can I do to change position of the image(or text) so that I can get it straight in line with the first line.
https://www.gezondlevenplein.nl/sterke-spieren-opbouwen/
Thanks on forehand.
Bram
Hi there,
try adding this CSS:
@media(min-width: 769px) {
.post-image-below-header.post-image-aligned-right .inside-article .featured-image {
margin-top: 3.5em !important;
}
}
adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you David, exactly where I was looking for!!!
Glad to hear that!