Archived topic
Adjust featured Image inside single post
5 replies · Started by Rafael on May 10, 2017
Hello guys,
Is there a way to adjust the featured image floating right beside the post title in all single posts?
I'm working with small images, just like thumbnails and i believe that this way will look better.
Regards
Hi Rafael,
I'm not sure if that will look good? I think the featured image would be tiny if your post title is only 1 line?
Are you able to provide an example of some other websites going this?
Or provide a link to your site so we can see what you have so far and provide some suggestions?
Let me know :)
Sure Leo. Look at this:
https://www.2drivers.com.br/velocidade-o-sistema-inteligente-de-acelerador-ativo/
I though somethin like this: https://s3-sa-east-1.amazonaws.com/2drivers/wp-content/uploads/2017/05/10152718/postexample.jpg
Try this CSS:
@media (min-width:769px) {
.page-header-image-single {
float: left;
padding-right: 20px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Like a charm Leo. Thanks
Glad I could help.