Home Forums WoodMart support forum Single post featured picture

Single post featured picture

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #128651

    BitM
    Participant

    How to make single post featured picture smaller?

    Is there any css code for that ?

    Thank you,
    BitM

    #128680

    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

    #128683

    BitM
    Participant

    We got a misunderstanding here.

    Single post = Blog featured image

    #128708

    Hello,

    It is not possible to reduce the image with CSS. You can upload smaller images.

    Best Regards

    #131124

    BitM
    Participant

    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.

    #131148

    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

    #131388

    BitM
    Participant

    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.

    #131406

    Hello,

    Ok. Thanks for sharing the information. If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Single post featured picture’ is closed to new replies.