Hello,
I was wondering if someone could tell me how to remove padding for only 1 slider. My Homepage slider has padding in between it’s self and the navbar and I want to remove that, but I dont want to remove that padding for every slider because it messes up something else on the page.
I tried this but it doesn’t work
.rev_slider_3_1_wrapper {
margin-top: -120px !important;
}
Thanks.