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

    Why does my content load so late?

    I’ve set one slider as desktop slider and one as mobile only.

    Is there anything I can change so the contents load like they should?

    Greets from germany
    Nicolas

    • This topic was modified 2 years, 12 months ago by nwillimek.
    #1297415

    found the solution myself…

    @media only screen and (max-width: 500px) {

    div#layer_slider_2 {
    display:none!important;
    }
    }

    @media only screen and (min-width: 501px) {
    div#layer_slider_1 {
    display:none!important;
    }
    }

    #1297427

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Content loads too late after one slider is hidden’ is closed to new replies.