Hey JazzGirl!
You can use custom css or a child theme and add this to the stylesheet to narrow it down:
.theme-default .nivo-controlNav { padding: 0; }
Hello, thank you!
Is it the entire code? I think something is missing.
Yepp, that’s all!
For the slider under the header area, right?
If that doesn’t work, you could try using an !important, like so:
.theme-default .nivo-controlNav { padding: 0 !important; }
SomewhatRounded
Thank you!
I was able to get rid of this background by just changing a setting on the Meta Slider I am using (to Flex Slider). The problem I am experiencing now is that when I add a slider banner, it adds some space on the right of my home page. You will see it if you scroll to the right.
Just in case – I am using the slider width of 1920 px and height of 200 px.
Any suggestions? Thank you!
http://www.kazyansky.com
That works too!
The easiest fix would be to use
#st-wrapper { overflow: hidden; }
Otherwise it’s just a case of playing around with dimensions 🙂
SomewhatRounded
It helped! Thank you so much!