Homepage slider not responsive

Home Forums SKT Full Width Forum Homepage slider not responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #77969
    Lori SchroederLori Schroeder
    Participant
    • Topics: 41
    • Replies: 59
    • Total: 100
    Member since: August 20, 2015

    The slider looks great on a computer, but on a phone I don’t see the entire image. I would like to see the entire width of the photos to show. My website is http://testabarra.com.

    Thank you

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

    Hi,

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

    Add this code there:

    @media screen and (max-width:479px) {
    #supersized img { width:100% !important; height:auto !important;}
    }

    Regards,
    Dave

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