Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1057303

    Hi Guys,

    I want to change the 85% width container on mobile to 100% width.

    #1057307

    Hey Ivo,

    Try adding this css code in Quick CSS (Located in Enfold > General Styling):

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

    Best regards,
    Nikko

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