Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi there, i want to set height of featured image as 500px.
This 500 height will be for all types of post.
How to do this.
Hi there,
Add this CSS to have a fixed height of 500px of the featured images, while the width will be proportionally set:
.post-image { height: 500px; text-align: center; } .featured-image img { height: 500px; width: auto; margin: 0 auto; position: relative; }Best regards,
Laborator Team