Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Fullscreen Slider Problems on Mobile Devices #716355

    Awesome stuff, that worked and site is now displaying on everything the way that I want it to!

    This thread can be closed off now!!

    in reply to: Fullscreen Slider Problems on Mobile Devices #716218

    Ive used the code below that I found on another thread, now using a fullwidth easy slider, the photos show on my iphone, but not on my ipad???

    Any ideas why it’ll show on one and not the other?

    @media only screen and (min-width: 768px) {
    .slider-desktop {
    display:block !important;
    }
    .slider-phone {
    display:none !important;
    }
    }

    @media only screen and (min-width: 768px) {
    .slider-desktop {
    display:block !important;
    }
    .slider-phone {
    display:none !important;
    }
    }

    @media only screen and (max-width: 767px) {
    .slider-desktop {
    display:none !important;
    }
    .slider-phone {
    display:block !important;
    }
    }

    in reply to: Sliders won't show fullwidth #713686

    Hi Rikard,

    I stumbled across a fix, ….. somehow, seemed to select the parent page as any of my created pages and it sorted!!

    This thread can be closed now :)

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