Viewing 1 replies (of 1 total)
  • Theme Author EWP Theme

    (@ewptheme)

    you can add custom css to increase default width:

    ————————————

    @media (min-width: 1200px) {
      .container {
        width: 1170px;
      }
    }

    ————————————

    Here 1170px is default width, you can change it as per your requirement.

    Thanks

    • This reply was modified 8 years, 6 months ago by EWP Theme.
Viewing 1 replies (of 1 total)
  • The topic ‘Want to increase the width’ is closed to new replies.