Larger post pictures

Home Forums Hotel Pro Larger post pictures

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #175814
    BlakeBlake
    Participant
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: January 5, 2016

    Hi,

    I can’t figure out how to make make the feature image larger on my post at www.1BetterPlace.ca. I’m using the SKT hotel theme. Any help would be appreciated.

    #175980
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31004
    • Total: 31004
    Member since: August 16, 2013

    Hi,

    The height of the post banner image is too small.

    Kindly use 1400x300px size for post banner images.

    Regards,
    Dave

    #176004
    BlakeBlake
    Participant
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: January 5, 2016

    I’m not sure what the post banner is but my “feature images” on all posts is too small no matter what size of an image I use. I need to know where I can adjust the size “feature image” displays on my blog posts. Look at this post – https://1betterplace.com/59-gregson-crescent-for-sale-in-glendale/

    Keep in mind I tried a 1400 x 300 and the display size was still small in the left corner.

    #176061
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31004
    • Total: 31004
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .single-post .innerbanner img {
        width: 220%;
        max-width: 220%;
        margin-left: -120%;
    }

    Regards,
    Dave

    #176072
    BlakeBlake
    Participant
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: January 5, 2016

    Hi,

    I need you to slow down, take a minute and listen to what I need.

    I don’t need the post banner to be larger and I mentioned that in my last message. I NEED ‘FEATURE IMAGES’ TO BE LARGER!

    Each post has a ‘feature image’ and it is generally different for individual posts. In my case, the ‘feature images’ are houses because my posts advertise houses.

    I repeat, I don’t need the post banner larger, I NEED THE FEATURE IMAGES LARGER!

    Thank you,

    #176132
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31004
    • Total: 31004
    Member since: August 16, 2013

    Hi,

    Okay, Kindly use this CSS to make feature images larger.

    .blog-post .post-thumb {
        width: 100%;
    }

    Regards,
    Dave

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