New Landing How can we help? Themeforest Theme Support Supreme Post Slider not working right on Iphone

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Supreme
  • #1416
    d3ne
    Member
    Post count: 14

    The post slider is working alright both on desktop and Ipad, but in Iphone this is what I get. An excesive height… dont know why. The only “change” I did to the slider was change it base height from 450px to 350px with a custom css code that Ed gave to me.

    Is there anyway to fix this?, one more thing, I need to have an option to just HIDE the slider from the Iphone (and that kind of screens), not from ipad and other tablets. Is there anyway I can do that without having to disable the slider on all devices?

    Thanks.

    #1454
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Try adding that code that Ed gave you inside the braces of this code, so it doesn’t impact iPhones:

    @media screen and (min-width=600) {

    }

    For the second question:

    @media screen and (max-width=600) {
    .flexslider { display: none !important; }
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register