Hi!
Please check http://www.maatmeubelatelier.nl
Running the latest version of Enfold and latest version of WordPress. Somehow, the slider at the top of the page is running to wide. Didn’t change anything in the settings. How can I fix this?
Thanks for your answer!
Martine
Hey famewebdesign,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#layer_slider_1 #layerslider_3,
.ls-wrapper.ls-bg-outer {
width: 100% !important;
overflow: hidden;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria!