• Resolved rappel

    (@rappel)


    Hi,

    is there a way to give the featured images – in the single post view – the same reduced width as the text below has?

    Regards,
    r.

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

    (@anlino)

    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?

    Theme Author Anders Norén

    (@anlino)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured images in single posts’ is closed to new replies.