Okay
  Public Ticket #957045
Using Parallax on Nectar Slider - mobile issue
Closed

Comments

  • Evan started the conversation

    Hello,

    I have a nectar slider on the desktop view for my website and when I turn on Parallax, it works great on the desktop side, but now it shows up on the mobile view of the site. I already disabled the nectar slider from showing on mobile. If I turn off Parallax, the nectar slider goes away on mobile. 


    Is this just a common issue that can't be modified? I'd really like to have Parallax on the desktop side if possible!


    Thanks in advance!

  •  8,996
    Tahir replied

    Hey Evan,

    If you use Parallax Option it changes the Html markup so you will need additional css to hide it .

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
    .parallax_slider_outer.first-section {
        display:none !important;
    }
    }

    Thanks


    ThemeNectar Support Team