Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #305402

    I have a Layer Slider on the home page which looks fine on the desktop and iPad but is way to small and not very usable on the phone.

    Is there a way to hide the layered slider and show an image in its place only on a mobile phone?

    Thanks!
    Slade

    #305583

    Hey Slade!

    Thank you for using the theme.

    Do you mind if we take a look at the actual website? This topic might give you an idea: https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/

    Regards,
    Ismael

    #305591

    Sure…here is the website:
    http://londonisc.com

    its the layer slider right under the menu bar on the home page.

    I will look into that thread to see if there’s a solution.

    Thanks.

    #305893

    Hey!

    Your LayerSlider ID’s will be #layerslider_6 and #layerslider_7

    Best regards,
    Yigit

    #305947

    Thanks Yigit!

    Worked great but when I look at it on a mobile the space for the #layerslider_6 appears to still be there – the slider isn’t showing but it has pushed the mobile content down.

    It now shows a large blank space above the new mobile_only content.

    #305956

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    div#layer_slider_1 { display: none; }}

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.