Hi Guys
Take a look at the slider images on this page
http://stevewatsondemos.com/ozfranchise/
I am using the Nivo Slider and have the slider ID entered in to my Featured Top Widget (Dynamik Website Builder, Genesis child theme)
And the css to make it span 100% of the screen
#ez-feature-top-container-wrap {
max-width: 100%;
}
The slides are set to responsive within
the Nivo settings
What am I missing to make those slides span the whole width of the screen?
This is the look I am trying to achieve - http://australianfranchise.com.au/
Thanks
Steve
zebra webdesigns answers:
Hello Steve
You need to use the following CSS
.content-sidebar #ez-feature-top-container {
max-width: 100%;
padding: 0;
}
zebra webdesigns comments:
Steve
Just add the css which I provide in the dynamik custom CSS
you can see the result in the attached image.
I also recommend to insert the slider through hook instead of widget.
If you need I can do it for you