Archived topic
How Can I Get the Image on Single Post to have the same layout as on Home page?
3 replies · Started by Dagmar on March 29, 2017
My next simple question:
How can I get the image on Home page to have the same position as featured image on Home page? Namely with the text Wrapped around, Not below.
Here is the site I activated GP on:
http://admirable-dogs.com/
Here is one of the posts:
http://admirable-dogs.com/obesity-is-one-of-the-greatest-problems-dogs-are-facing-today/
Thank you very much,
Dagmar
Try this CSS:
.page-header-image-single {
float: left;
margin-right: 30px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Got easier solution, posted here:
https://generatepress.com/forums/topic/imagesfeatured-images-issues-and-solution/
Thanks anyway
D
No problem :)