• Hello,

    I want to create a boxed layout around 1000px wide.
    (I will try to define the included div widths in %, but I guess I have to define the outer wrapper in px, right?)

    How is it possible to define a width for your layout, yet make it adaptive to smaller viewport devices?

Viewing 1 replies (of 1 total)
  • Thread Starter Kavouras

    (@kavouras)

    By searching various sites and analyzing themes I found this code:

    .site {
        max-width: 960px;
        margin: 0px auto;
    }

    Is this the solution to boxed yer adaptive layout?
    “Max-width” instead of “width”?

Viewing 1 replies (of 1 total)
  • The topic ‘Boxed layout – yet adaptive’ is closed to new replies.