Viewing 2 replies - 1 through 2 (of 2 total)
  • The media queries in your stylesheet are defining a max-width depending on the device viewing the page. So your max width for the site is always going to be no larger than 1170px.

    Here’s the CSS:

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

    (@michaeljamesand)

    Thanks for your quick response!

    The template is able to have the slider fullwidth on the home page:

    http://www.weeerd.com

    Is there a way to modify the max width to full to fix this?

    -M

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help with full width template’ is closed to new replies.