Hi guys
just launched the site below and after some updates today the advanced styling stopped being applied. I updated to recent enfold version after reading through some threads, and now it looks like much of my quick css (like the slideshow captions on the bottom of the landing page) is disabled. Have checked and cannot find mistakes. Can you take a look…soon?
also just noticed on PC it’s displaying at the wrong content width – should be 1310 px…
thanks
Nancy
Hey Munford,
You are using a boxed layout, width of which is not defined in the container settings.
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
.boxed#top, .html_boxed.html_header_sticky #header {
width: 1310px;
}
If you need further assistance please let us know.
Best regards,
Victoria
thanks I found the mistake. It’s all good now.