Okay
  Public Ticket #406593
Responsive issues on Nectar slider
Closed

Comments

  • Jamie started the conversation

    Hello,

    Please see the image attached. When I resise the slider I get white spaces down each side of the slider - highlighted yellow on my image.

    Any idea why this might be happening?

    All the best,

    Jamie



  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #ajax-content-wrap .nectar-slider-wrap[data-full-width="boxed-full-width"] {
        margin: 0px -40px!important;
    }

    Thanks



    ThemeNectar Support Team 

  • Jamie replied

    Hello,

    Thank you for this, but unfortunately it didn't work. I've attached a screenshot so you can see that the implementation is correct?

    All the best,

    Jamie



  •  8,849
    Tahir replied

    Hey Again,

    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) {
        #ajax-content-wrap .nectar-slider-wrap[data-full-width="boxed-full-width"] {
            margin: 0px -40px!important;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • Jamie replied

    Worked like a charm!

    Thank you :)

    Jamie