Phone slider on Homepage overlaps content on mobile phone

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Phone slider on Homepage overlaps content on mobile phone

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2019

    Hi,
    On my iPhone the Phone slider that is on the homepage overlaps the content. How can I fix this?
    Check out the problem here: http://ibible.us/

    #2026
    livemesh
    Keymaster

    Pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file

    
    @media only screen and (max-width: 767px) {
    .features-list-alternate .iphone-slider-container, .features-list-alternate .smartphone-slider { margin-top: 0; }
    }
    

    Will make this change to be part of next update so that you don’t have to repeat it. Thanks.

    #2035

    Thank you, that worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.