• hexxcode

    (@hexxcode)


    Hello,

    is there any chance to limit/set the maximum size of the header image for posts/pages?

    Thank you very much in advance.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Abhishek

    (@abhikr781)

    Hello,

    Sorry but nit getting exactly, for which header images you want to set the image size.

    Please share some more details and related snapshots/page URLs to check the issue.

    Thread Starter hexxcode

    (@hexxcode)

    Hello and thanks for the answer 🙂

    I want to change the size of post picture which is shown.

    See this screenshot for reference please:
    https://ibb.co/nQ42Qzs

    Best regards

    Abhishek

    (@abhikr781)

    Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single .thumbnail img {
        width: 900px;
        height: 450px;
    }

    PS- Change the width/height value according to need.

    If not resolved with the above, share the exact page URL where you have that image.

    Thread Starter hexxcode

    (@hexxcode)

    Hello,

    thank you so much, this works like a charm.

    Last question: Any chance to center the image?
    Its now aligned left…

    I googled around for some while, but nothing worked 🙁

    Best regards

    Abhishek

    (@abhikr781)

    Hello,

    Kindly share a page URL where you facing this issue, so I can try to inspect that and able to provide you the code.

    Thread Starter hexxcode

    (@hexxcode)

    Hello,

    thank you very much.

    https://www.rapax.net/reviews/waffen/pp-2k

    Currently I removed the post picture because it was aligned left.

    But I added the code you posted earlier and sized it well. Now I wanted to align it to the center.

    Best regards and have nice weekend

    Abhishek

    (@abhikr781)

    Hello,

    Kindly add the image and let us know because without seeing the issue how can Inspect and check the causes for the issue.

    and all other images are also left-aligned, Do you only want the featured image to align center?

    Thread Starter hexxcode

    (@hexxcode)

    Hello,
    I enabled the picture.

    I just want the .single .thumbnail img to be centered 🙂

    Abhishek

    (@abhikr781)

    Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single .thumbnail {
        text-align: center;
    }
Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘post picture – max size’ is closed to new replies.