Viewing 7 replies - 1 through 7 (of 7 total)
  • Add the following to your custom CSS

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
      width: 900px;
    }

    Change 900px to your preferred value.

    Thread Starter twilaco

    (@twilaco)

    Yay! It worked! Thank you SO SO much!

    Glad to help 🙂

    Thread Starter twilaco

    (@twilaco)

    The width is perfect, but now the navigation header is too low. I am in the editor for the header. ANy chance you know how to bring it back up? Ideally, I’d like it centered on the logo’s height (or at least around that area).

    Plain CSS is enough to do this

    .span8 {
      margin-top: 50px;
      width: 600px;
    }

    First add this code without the margin and see if it satisfies your need.

    Thread Starter twilaco

    (@twilaco)

    That worked great! Thank you so much!

    Let me just say this, if you mess with the selector .span8 be prepared to have the theme fall apart. Thats a framework class and really should never be messed with.

    As for changing your content width, it would require removing all the 1200+ css media queries. Not an easy tasks. As it’s deep in the css framework.

    Kadence Themes

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

The topic ‘Content Box Width’ is closed to new replies.