Hi,
i have change the width to 960px like here:
https://kriesi.at/support/topic/enfold-how-to-reduce-width-of-site-and-overall-spacing/#post-195038
now the responsive design doesnt work on small displays e.g. iphone;
see here: http://bit.ly/Ui6B9Q
hope you can help.
thx
Hey RisingStar!
It looks like your minification settings have broken the default output of the theme output and its css.
Regards,
Devin
Hi Devin,
i deactivate my minify options, but the error still exists …
Regards,
Oliver
You don’t have the css inside of a media query so it is effecting all screen sizes. That block of css needs to be inside of the media query right above it where it says ” /* Add your Desktop Styles here */”.
THANKS A LOT!!