Hi,
I use a PNG sized 200x200px displayed centered as a featured image. But in single post view it is adjusted to the left of the article in its own column and resized to 180x180px. How come? :-)
I searched the posts but couldn’t find a solution on how to display the PNG centered above the title in its original size. BTW it’s not displayed in mobile view.
Thank you for your support!
Best regards
Joe
Hey iflw-gmbh!
Thank you for using Enfold.
It is being resized via css. Please add this in the Quick CSS field.
.template-blog .blog-meta {
float: none;
margin-right: 0
clear: both;
}
.single-post .single-small.with-slider .small-preview {
width: 220px;
height: 220px;
margin: 0 auto;
display: block;
float: none;
}
.single-post .single-small.with-slider .small-preview img {
width: 100%;
}
.template-blog .post .entry-content-wrapper {
overflow: hidden;
position: relative;
clear: both;
margin-top: 50px;
}
Regards,
Ismael
Hi Ismael,
holy c@*°! Quite a complex chunk of CSS. That is why i couldn’t sort this glitch out myself. Anyway, thank you very much for your great support.
Best regards from Germany
Joe