Black box behind slider on mobile

Home Forums Parallax Me Forum Black box behind slider on mobile

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

    Oh the mobile version of my website, there is a large black box that is behind the homepage slider. How can I get rid of this?

    Here is my website: https://lswebsitedesigns.net/kascott/

    Here is a screenshot: https://imgur.com/a/QRfEnjS

    Thank you!

    #125321
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30655
    • Total: 30655
    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) {
    #supersized li { background:#fff !important;}
    #supersized img { top:138px !important;}
    .home .feature { min-height:235px !important;}
    }

    Regards,
    Dave

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