resize the displayed image

Home Forums Handy Theme Support resize the displayed image

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #118065
    nguyenmanhhuynguyenmanhhuy
    Participant
    • Topics: 5
    • Replies: 17
    • Total: 22
    Member since: January 31, 2019

    I use handy them, I want to resize the image displayed at: Our Specialist Section

    #118099
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Dave

    #118253
    nguyenmanhhuynguyenmanhhuy
    Participant
    • Topics: 5
    • Replies: 17
    • Total: 22
    Member since: January 31, 2019

    Hi! My website : https://test.medcare.vn, I want to ask more:In the post section, I want the image at the top of the post not to show anymore ,or display small, because the display is very bad

    #118372
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .single .blog-post-repeat .post-thumb { height: auto;}

    Regards,
    Dave

    #118376
    nguyenmanhhuynguyenmanhhuy
    Participant
    • Topics: 5
    • Replies: 17
    • Total: 22
    Member since: January 31, 2019

    Thanks, I want to hide the image, because it is very bad to automatically size the image

    #118434
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .blog-post-repeat .post-thumb { display:none !important;}

    Regards,
    Dave

    #118437
    nguyenmanhhuynguyenmanhhuy
    Participant
    • Topics: 5
    • Replies: 17
    • Total: 22
    Member since: January 31, 2019

    Thank you very much!But does it hide the display image from the catalog?

    #118441
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Remove
    .blog-post-repeat .post-thumb { display:none !important;}

    And add
    .single .blog-post-repeat .post-thumb { display:none !important;}

    Regards,
    Dave

    #118444
    nguyenmanhhuynguyenmanhhuy
    Participant
    • Topics: 5
    • Replies: 17
    • Total: 22
    Member since: January 31, 2019

    Yes ! Thank you ^^

    #118461
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

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