Viewing 5 replies - 1 through 5 (of 5 total)
  • Not sure it helps, but try this:

    body {
        max-width: 90%;
    }

    Thread Starter pfinancero

    (@pfinancero)

    Unfortunately it does not help me.
    Thanks for the reply.

    Hi pfinancero,

    what exactly do you want to archieve?
    Sounds to me like you want to set a width for your entire page!?
    If that’s the case, try:

    html, header{
    width: 90% !important;
    position: relative;
    }

    or, if it flashed on the left:

    html, header {
      width: 90% !important;
      position: relative;
      margin: 0 auto;
    }

    maybe you should explain us a bit more in details what you are trying to achieve.

    ups…
    correct, i forgot the margin

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customizr margins’ is closed to new replies.