Skip to content
Public Ticket #10135

How to make post featured images smaller

Conversation thread

peternaf replied

Customer Reply

Works! Thanks :)

PenciDesign replied

Staff Reply

Hi,

You can try add more this code to Customize > Custom CSS to do that:

.standard-post-image a {
    display: inline-block;
    max-width: 500px;
}

Change value 500 to value as you want.

Best Regards,

PenciDesign

peternaf started the conversation

Conversation Start

How can I make post featured images smaller by default? (Currently they take too much space and are too large)

Want to join this conversation or access attachments? Sign in first.