Naturo Pro – Home Page images not scaling properly

Home Forums All Other Themes Naturo Pro – Home Page images not scaling properly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51679
    daviddavid
    Member
    • Topics: 7
    • Replies: 8
    • Total: 15
    Member since: June 19, 2016

    http://livetothrive.ca/

    Hi,

    I’ve noticed the pictures at the bottom of the Home Page under “Latest News” are distorted when each section appears all in a row together. As the screen becomes narrower and they each appear on their own row, the pictures look fine.

    Is there a bit off CSS that can fix this?

    Thank you.

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

    Hi David,

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

    Add this code there:

    .BlogPost .blogpost_thumb { height:230px;}
    .BlogPost .blogpost_thumb img { height:auto; min-height:230px;}

    @media screen and (min-width:768px) and (max-width:1024px) {
    .BlogPost .blogpost_thumb img { height:auto; min-height: inherit;}
    }

    Regards,
    Brad

    #51748
    daviddavid
    Member
    • Topics: 7
    • Replies: 8
    • Total: 15
    Member since: June 19, 2016

    Like magic.

    Thanks.

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

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Naturo Pro – Home Page images not scaling properly’ is closed to new replies.