Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hey,
    In your edit page check that you do not have a sidebar enabled but no sidebar selected. Or else ensure that you have a fullwidth page template selected.

    Hannah

    Thread Starter acanniere

    (@acanniere)

    I had the default template selected. I’ve selected fullwidth template which centers th content, but it’s a bit too wide. Is there a way to keep it centered but a bit slimmer i.e. increase margin width?

    Thanks,
    Andre

    hannah

    (@hannahritner)

    From Theme Options > Main Settings you can choose the box styled layout. Does that work for you?

    Hannah

    I think what you want is this css. You can add in your theme options > advanced settings:

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

    Kadence Themes

    Thread Starter acanniere

    (@acanniere)

    Thank you!

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