Hi @rappel,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
@media (min-width: 1020px) {
.featured-media {
max-width: 60rem;
}
}
Let me know if that does it.
— Anders
Thread Starter
rappel
(@rappel)
That’s it! It works fine. 🙂
Thank you very much, best wishes,
r.
Thread Starter
rappel
(@rappel)
Sorry, one more question.
Is it possible to get this reduction also for (gutenberg) images and galleries in the post content?
You can control the width of the blocks in the block editor. If you don’t set any width on the gallery or image blocks (= don’t select the “Wide” or “Full” widths), their width will match the width of the content.
Thread Starter
rappel
(@rappel)
All right and thanks one more to you,
r.