Archived topic
Make slider full screen
3 replies · Started by Craig on February 14, 2023
Hi Guys
I would like to remove the white space around the top slider with the red background. I have looked everywhere within the plugin to do this but am not finding how to. Can you assist with CSS to remove the white border making the slider full screen?
Thx
Craig
Hi there,
i had a look at that, but the layout is super complicated and javascript is doing a lot of work there.
The most i could get to was this:
.n2-section-smartslider[data-ssid="3"],
.n2-section-smartslider[data-ssid="3"] * {
padding: 0 !important;
height: auto !important;
}
But that was just getting rid of the white around it.
You will need to speak to then plugin developer, as i assume they must have some options to control that.
This is perfect.
Exactly how I wanted it to look.
Thank you.
Glad to hear that