Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #253601

    I would like to not have my slider show on mobile as it cuts off text and is too small to be useful. I found this post asking the same thing but neither of the two sets of css seem to be working – I did put it in my custom css field in my child theme.

    https://kriesi.at/support/topic/can-i-turn-off-the-layer-slider-on-mobile/

    Any ideas? The site is http://www.agoodplacetobe.com

    thanks,
    `a

    #253828

    Hi indirapril!

    Please add following code to Quick CSS in Enfold theme options under styling tab

    @media only screen and (max-width: 989px) {
    .avia-slideshow { display: none !important; }}

    Cheers!
    Yigit

    #805547

    Hi, I have a similar problem. On mobile it cuts off text and boxes. Now I hide it via css, but I would like to have the picture from the slider still visible. Only without text…

    How can I do this?

    #805570

    Hi @seykom,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    If you need to put it in Private Content, please open a new thread so that only moderators can see it. If you share it in this thread, the creator of the thread will also see it.

    Best regards,
    Sarah

    #805579
    #805616

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ :)

    Best regards,
    Yigit

    #805641

    Hi, sorry but I don´t know if this helps me or I don´t know how.

    My homepage isn´t part of the menu. And the slider is already unvisible on mobile. But now there´s a lot of with space, so I would like to place a picture there.

    I`m sorry, but I don´t know what to do :(

    #805992

    Hi,

    So you want to not show the slider for mobile screens? If so, try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .home #full_slider_1 {
      display:none !important;
    }
    }

    Best regards,
    Rikard

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