Single post featured picture
-
How to make single post featured picture smaller?
Is there any css code for that ?
Thank you,
BitM
Hello,
You can set the product image size in the Theme Settings > Product page > Images. More information is here: https://xtemos.com/docs/woodmart/product-page-options/#images
Best Regards
We got a misunderstanding here.
Single post = Blog featured image
Hello,
It is not possible to reduce the image with CSS. You can upload smaller images.
Best Regards
What about to lock the ratio of the image in Single post = Blog featured image ?
The theme i was using before had this setting… i’m sure there is some kind of code to make this work.
Thank you.
Hello,
We have never provided an option in the theme. Perhaps you mean Dashboard > Settings > Media
However, this option just set the image size which is used in the blog post
Best Regards
Hello,
I’ve searched trough css of woodmart and compiled a css which will make featured images smaller in single post\blog.
Copy this into “Custom CSS” tab in woodmart options (Adjust “width” % to your liking)
.post-single-page .woodmart-lazy-load {
width: 67%;
height: auto;
}
Hope you will find this useful.
Hello,
Ok. Thanks for sharing the information. If you have any questions please feel free to contact us.
Best Regards
The topic ‘Single post featured picture’ is closed to new replies.