Okay
  Public Ticket #1405152
carousel padding
Closed

Comments

  • entyy started the conversation

    Hi 

    I think it's a final one ;)

    How can I change (decrease) padding above the carousel? 

    Specifically this one: 

    https://www.dropbox.com/s/l00a705rextm0sz/this.jpg?dl=0

    No padding is set to the above element, mind you.

  •  3,034
    Andrew replied

    Hi Entyy,

    Could you use the following CSS to remove that space on top of that slider:

    .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{
        margin-top:20px;
    }
    

    Add it to salient \ general settings - css script related - custom css code.
    You can adjust the 20px to what you need.

    Cheers.

  • entyy replied

    thanks a bunch!