Site logo

Archived topic

feature image issue

5 replies · Started by Gonzalo on April 9, 2019

Viewing posts 1–6 of 6

Hi there!
the feature image - if it' s small - leave text to the right.

http://prntscr.com/n9sf0v

Any solution for fix this issue?

Regards

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 :)

This archived topic is closed to new replies.