SKT Full Width overlay on slider page when on mobile…

Home Forums All Other Themes SKT Full Width overlay on slider page when on mobile…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23605
    JoaoJoao
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: February 21, 2016

    Just upgraded to PRO version, did not remember seeing this on free version, but when view my home page (slider images only) in mobile it has the SKT Full Width promo overlay and it looks really bad. Can I comment it out somewhere?
    http://www.immune2bs.com

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

    Hi Joao,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    @media screen and (max-width: 479px) {
    #infinite-footer{display:none;}
    }

    Regards,
    Dave

    #23753
    JoaoJoao
    Member
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: February 21, 2016

    Hello, thank you for the quick reply!
    I added the code to under “Layout Settings”, in the Custom CSS section.
    And it no longer shows on mobile devices when in Portrait mode but does
    in Landscape mode.

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

    Hi Joao,

    Add this code:

    @media screen and (max-width: 767px) {
    #infinite-footer{display:none;}
    }

    Regards,
    Dave

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