Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #628260

    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.

    #629332

    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

    #629373

    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.

    #629376

    Still having problems :-( . Mike.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Set Mobile Container width to different width than on PC’ is closed to new replies.