How can i remove slider

Home Forums WordPress Theme Support BresponZive Mag How can i remove slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2612
    Preslav
    Member

    Hello Raja! How can i remove slider for guests who enter in site from Android and Iphones? Thanks!

    #2630
    Preslav
    Member

    bumP?

    #2651
    Raja CRN
    Keymaster

    You can hide the slider in Android like Smartphones. To do that,

    Add the code in style.css file

    @media only screen and (max-width: 767px){
    .fluid_container.clearfix {
    display: none;
    }
    }
    
    #2661
    Preslav
    Member

    I do it! Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .