Notice the three magazine elements here:
The images have the same proportions. When I pull my posts, it is not displaying the same way. One is taller. Is there a way to modify the css so whatever image size there is, they display with equal width and height?
Hey domainarchitect!
I load that page and drives to a 404 can you please check it?
Thanks a lot
Regards,
Basilis
sorry, I pw protected it and published it now. Use enfold for pw.
Hey!
Did you use the advance layout builder to create the content of the posts? If you’re using the default editor, just add this css code to display the actual size of the featured image.
#top .fullsize .template-blog .big-preview img {
width: auto;
margin: 0 auto;
}
Regards,
Ismael