Change featured size image on single post

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 4 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #542760

    Luis garcia
    Free User
    Post count: 1

    Hi!

    As the title says, I need to change the size featured image in a single post. Is that possible? For reference https://nneka.redwolfent.com/places/rittenhouse-square/ If so can you guide me on how to do that? Great plugin overall thanks and more power!

    #542764

    Kor
    Moderator
    Post count: 16516

    Hi luis,

    Thanks for reaching us. Could you try using the custom CSS code below and see if it helps? Insert into WP > Appearance > Customize > Additional CSS.

    .jupiterx-post-image {
        max-width: 500px;
        height: auto;
        margin: 0 auto;
        padding-top: 100px;
    }
    #542765

    Luis garcia
    Free User
    Post count: 1

    That was really quick! Thank you very much..

    How about for the gallery images on a single post? I want it also to become smaller it is way too large please see attached for reference.

    #542824

    Kor
    Moderator
    Post count: 16516

    Hi Luis,

    Thanks for your reply. Here is the custom CSS code that you can use.

    .geodir-image-container ul.geodir-images.geodir-gallery li {
        width: 15%;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket