Slider Not Displaying Images Correctly on Mobile

Home Forums Parallax Me Forum Slider Not Displaying Images Correctly on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #106571
    Jacob HolmesJacob Holmes
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: August 22, 2018

    The slider on my website www.mtactors.com is displaying properly enough on desktop but on mobile devices the slider is displaying a side of the pictures rather than centering them. I made sure all of the images are the correct dimensions of 1600×750. I cannot find any documentation on this issue. Is there a setting somewhere that I am missing? How can I make the homepage slider responsive and look beautiful on mobile?

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

    Hi,

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

    Add this code there:

    @media screen and (max-width:479px) {
    .feature { min-height:200px;}
    #supersized { margin-top:130px !important;}
    #supersized img, #supersized li img { max-width:auto !important; width:100% !important; height:auto !important; left:0 !important;}
    }

    Regards,
    Dave

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