I set my Max Container Width in “General Layout” => “Dimensions” to 80%, but I need the CSS to set Mobile Container Width to 120%. Thanks Mike.
Hey mhiller,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.container {
width: 100% !important;
}}
Best regards,
Yigit
Thanks Yirgit,
Unfortunately it didn’t work. My dimensions in the Maximum Container width setting under the General Layout Tab is set to 80% (boxed layout). The CSS you gave me (even when I increase the width from 100% to 130%) does not increase the container width and eliminate the “box” with an iPhone 5. Thanks for any further thoughts you might have!
Mike.
Still having problems :-( . Mike.