• Resolved bluesky2

    (@bluesky2)


    Hello,

    I would like to know how to edit the image size for the featured image in the post pages? I would like to make them smaller. Thanks for your help.

Viewing 1 replies (of 1 total)
  • Theme Author Veda

    (@vedathemes)

    Hi there,

    If I understand correctly, you want to edit image size for a single post. Following steps should help you,

    1.Go to Appearance > Customize > Additional CSS.
    2. Copy and paste following CSS rule,

    .page-entry-header .entry-thumbnail img {
        max-width: 400px;
    }

    Make sure to change 400px to whatever width you want

    I hope it solves your problem. If not, please inform me.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘image sizes’ is closed to new replies.