Archived topic
feature image issue
5 replies · Started by Gonzalo on April 9, 2019
Hi there!
the feature image - if it' s small - leave text to the right.
Any solution for fix this issue?
Regards
Hi there,
Does center alignment help?
https://docs.generatepress.com/article/adjusting-the-featured-images/
Let me know :)
thank you Leo, I add this size:
http://prntscr.com/n9sws0
But, no change in news. This feature image It should cover the entire width, even if it is smaller.
It' s possible?
What if you set the "Alignment" option to "Center"?
If you can't do that for some reason, you can force it with some CSS:
.featured-image,
.featured-image img {
width: 100%;
}
Tom and Leo, the first option worked well - center alignment.
Second option, really good too ;)
Thank you!
Glad we could help :)