SELA THEME FORMATTING

  • Unknown's avatar

    What’s the CSS code to justify all pages to centered (instead of left) or use entire page space (it seems to maintain the larger rightside border no matter how I adjust the page size) in sela theme?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, add the following CSS and your content will center.

    .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-wrapper .content-area {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
  • The topic ‘SELA THEME FORMATTING’ is closed to new replies.