Shop Categories

X

Change Thumbnail size of a single post

Home Forums Agama Pro Change Thumbnail size of a single post

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7321
    mieg62
    Participant

    Hello all,

    is there a way to change (customize) the picture size in a single post? It’s not part of the customizer, but maybe I can use some code?

    e.g.: https://www.mekk.at/tkdn/ss-2018-an-der-vhs-moedling/

    #7322
    Zex
    Moderator

    Hello, mieg62!

    You can use the code below to change the size of the picture in a single post.

    .single-post .entry-header img {
        width: 80%;
    }

    Change the “width” value per your needs.

    Regards

    #7323
    mieg62
    Participant

    Works great, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.