Okay
  Public Ticket #270681
Boxed Layout / Parallax Problem with Nectar Slider
Closed

Comments

  • George started the conversation

    Having a problem in boxed layout.  When a nectar slider in boxed layout is set to "parallax" the image falls out of the boxed layout and sits on the left side of the page.  Please see attached image.

  •  8,839
    Tahir replied

    Hey George!

    Could you please provide the page url as well so i can take a look. 

    Thanks


    ThemeNectar Support Team 

  • George replied

    Problem persists.. here it is on a site I am working on:

  •   George replied privately
  •  8,839
    Tahir replied

    Hey George!

    Add this into the Custom CSS box located in your Salient Options panel :

    body .parallax_slider_outer .swiper-container,body .parallax_slider_outer.first-section .nectar-slider-wrap {
        left: auto !important;
    }
    
    
    

    Thanks


    ThemeNectar Support Team 

  • George replied

    thank you.