Comments entyy started the conversationDecember 16, 2017 at 10:46pmHi 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,034Andrew repliedDecember 17, 2017 at 2:04pmHi 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 repliedDecember 17, 2017 at 2:23pmthanks a bunch! Sign in to reply ...
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.
Hi Entyy,
Could you use the following CSS to remove that space on top of that slider:
Add it to salient \ general settings - css script related - custom css code.
You can adjust the 20px to what you need.
Cheers.
thanks a bunch!