Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #439218

    http://thomasland.co.kr

    After the update
    my site looks too much margin In Mobile .

    The code below is not working.

    @media only screen and (max-width: 767px) {
    .responsive .container {
    width: 100% !important;
    }
    }

    @media only screen and (max-width: 480px) {
    .responsive .container {
    width: 100% !important;
    }
    }
    margin

    • This topic was modified 9 years, 6 months ago by thug0bin.
    #439226
    This reply has been marked as private.
    #439595

    Hi!

    Please try this in Quick CSS under Enfold–>General Styling to see it works better:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
      width: 100% !important;
      padding: 0px 0px !important;
    }
    }

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.