• Resolved mubinicyer

    (@mubinicyer)


    Hi,
    How can I resize the featured image of a post? It is too big for my blog and I would like to make it smaller and centered.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @mubinicyer,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    .featured-media img {
        margin:?0 auto;
        max-width: 600px;
    }

    You can adjust the 600px value to change the width of the image.

    — Anders

    Thread Starter mubinicyer

    (@mubinicyer)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to resize featured image?’ is closed to new replies.