Hi,
I had changed the featured image size on the following site – http://elizabethsteinglass.com – to 50% and had it centered and now featured images are stretching across the full blog page and/or not appearing on the site at all. Can you please help me figure out what happened/is happening?
Thanks much!
Gabe
Hey connect4consulting!
It looks like your css is still in place and working from what I can see. This specifically is still making the image (img) 50%:
#top .fullsize .template-blog .big-preview img {
width: 50%;
margin: auto;
}
Best regards,
Devin
Hey!
The login you posted didn’t work, also, published and draft view may vary in slight details like that.
Best regards,
Josue
The way its showing up is exactly how I would expect it based on the changes you’ve made.
With the featured image being shrunkin to 50% width it will take up 50% of its container.