Image Responsiveness

Home Forums All Other Themes Image Responsiveness

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53514
    Francois ZietsmanFrancois Zietsman
    Participant
    • Topics: 10
    • Replies: 24
    • Total: 34
    Member since: September 9, 2016

    Hi, I used the Autocar Theme, used images inside pages but they are not responsive causing the pages to look very bad on a cellphone and tablet. Attached is a screenshot of a cellphone.

    A screenshot can be viewed here: http://www.visualweb.co.za/Screenshot.png

    Please help fix this as there is no real benefit of having a responsive theme, but images are not responsive.

    URL: http://legratron.visualweb.co.za/

    Although main images (Logo and Slider) are responsive, images used inside page content are not responsive if you visit the “About” page for example.

    Thanks
    Francois

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

    Hi Francois,

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

    Add this code there:

    @media screen and (max-width:767px) {
    .alignright, img.alignright { width:40%; float:none; margin:0 auto; display:table;}
    }

    @media screen and (min-width:768px) and (max-width:1023px) {
    .alignright, img.alignright { width:25%;}
    }

    Regards,
    Brad

    #53537
    Francois ZietsmanFrancois Zietsman
    Participant
    • Topics: 10
    • Replies: 24
    • Total: 34
    Member since: September 9, 2016

    Hi Brad

    Thanks, it worked perfectly.

    Appreciate the quick response and great support.

    Kind Regards
    Francois

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

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image Responsiveness’ is closed to new replies.