• Resolved Chris

    (@r5chris)


    Like the subject says, I think it would be great if the posts were centered when you aren’t using the sidebar. This is a fantastic theme and that would just be the icing on the cake.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Stefan Brechbuehl

    (@pixelstrolch)

    Hi R5Chris,

    thank you for this input. I’m glad you like AlbinoMouse.
    I’ve got two counter-arguments to your suggestion:
    – The icons, which symbolise the post format are not in a vertical line anymore
    – If there is only one column on desktop screens, the readability will suffer even more.

    I don’t believe I’m gonna change this for everyone.
    However, you can add your own styles. There are a few for the beginning:

    #content {
      text-align: center;
      float: none;
    }
    #content img {
      float: none;
    }
    #content p {
      max-width: 100%;
    }
    #content input,
    #content textarea {
      margin-left: auto;
      margin-right: auto;
      max-width: 700px;
    }
    .social-buttons > div {
      float: none;
      display: inline-block;
    }
    Thread Starter Chris

    (@r5chris)

    Ha! You were completely right about it killing readability on the desktop. I played around a bit with it and quickly went back to your default stylings. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center posts when not using sidebar’ is closed to new replies.