Hi, as you can see in the URL, the feature image takes the full width of the page and it’s just feels too big. How can I make it smaller so it will fit the width of the post content below?
Thanks.
Hi DROR!
Please add following code to Quick CSS
.single .big-preview.single-big {
max-width: 600px;
margin: auto;
}
Best regards,
Yigit
Thanks.
