Title: Center posts when not using sidebar
Last modified: August 21, 2016

---

# Center posts when not using sidebar

 *  Resolved [Chris](https://wordpress.org/support/users/r5chris/)
 * (@r5chris)
 * [13 years ago](https://wordpress.org/support/topic/center-posts-when-not-using-sidebar/)
 * 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](https://wordpress.org/support/users/pixelstrolch/)
 * (@pixelstrolch)
 * [13 years ago](https://wordpress.org/support/topic/center-posts-when-not-using-sidebar/#post-3777333)
 * 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](https://wordpress.org/support/users/r5chris/)
 * (@r5chris)
 * [13 years ago](https://wordpress.org/support/topic/center-posts-when-not-using-sidebar/#post-3777396)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/albinomouse/3.0.5/screenshot.png)
 * AlbinoMouse
 * [Support Threads](https://wordpress.org/support/theme/albinomouse/)
 * [Active Topics](https://wordpress.org/support/theme/albinomouse/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/albinomouse/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/albinomouse/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Chris](https://wordpress.org/support/users/r5chris/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/center-posts-when-not-using-sidebar/#post-3777396)
 * Status: resolved