responsive issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2945
    nacordiaz
    Member

    i have a problem with the intro page section in the mobile devices. the “big iphone” slider, in the intro section goes over the text when i see the site with a mobile. what can i do to fix this?

    #2950
    Raghavendra
    Moderator

    Pls insert the following CSS into Custom CSS tab in the Theme Options panel or the <theme directory>/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; }
    
    }
    

    Have reported the issue to the developers to include this in the next update.

    #2968
    nacordiaz
    Member

    thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘responsive issue’ is closed to new replies.