Archived topic
Can the blog page display a small image and text to the right?
6 replies · Started by v4ncouver on March 30, 2020
Hello everyone,
I wonder if there is a way to have the blog page show a small image instead of the full with of the blog preview.
Ideally, I'd love to have around 33% used for the image and the rest for the excerpt.
Now that there is a will, is there a way?
Thanks, - v
Yes Leo,
that is what I am after if it can be done. Thanks. - v
So set the featured image location to below title and align left for Archives:
https://docs.generatepress.com/article/adjusting-the-featured-images/
Then add this CSS:
@media (min-width: 769px) {
.post-image-aligned-left .post-image img {
max-width: 300px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
And THAT is why GeneratePress is THE BEST WordPress theme in the world.
Amazing theme, amazing support, amazingly hidden on Canada's biggest island. Who knew. :)
Thanks Leo,
you put the fun right back into blogging! :)
https://www.ernstrenner.com/blog/
No problem :)