SKT Solar Power – slider display

Home Forums All Other Themes SKT Solar Power – slider display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207585
    Courtney ClineCourtney Cline
    Participant
    • Topics: 32
    • Replies: 62
    • Total: 94
    Member since: January 10, 2017

    Hi. I’m using your SKT Solar Power theme at https://419aesthetics.com/. I would like the full slider image to display when I view it on a phone. Right now, I’m seeing less than half of the lady in the image. I added the following code:

    @media (max-width: 767px) {
    .nivoSlider img {
    object-fit: contain !important;
    height: auto !important;
    }
    .slider-main .nivo-caption .slidedesc {
    padding-bottom: 15px;
    }

    This fixed the issue when I view it on my computer and shrink the browser to the size of a phone, but it didn’t actually fix it when viewing it on a phone. (After using two different browsers on my phone, I even texted the link to someone else and had him send me a screenshot of what they saw to ensure it wasn’t just my phone having the issue.)

    Please help.

    Thanks,

    Courtney

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

    Hi,

    Kindly use this CSS to resolve the issue.

    @media screen and (max-width:479px) {
    .nivoSlider img {
       max-width: 140% !important;
       width: 140% !important;
       margin-left: -40%;
    }
    }

    Regards,
    Dave

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