Title: Center loop container?
Last modified: July 19, 2017

---

# Center loop container?

 *  Resolved [brokendown](https://wordpress.org/support/users/brokendown/)
 * (@brokendown)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/center-loop-container/)
 * Hi,
 * I’ve been playing with the elements of the ‘Morning’ theme which appears to be
   a subsidiary of the ‘Apex’ theme that works on the same principles.
 * Ideally, I’d like to centre the .loop-container and all content within whilst
   removing the sidebar div and content as I don’t need it. I’ve figured out how
   to hide the sidebar but not how to remove it and the space it takes so that I
   can centre the main .loop -container div.
 * Is this possible?
 * Many thanks in advance and thanks for this beautiful, simple, minimal theme!

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/center-loop-container/#post-9334931)
 * Thanks for the kind words! Glad you like the theme 🙂
 * This CSS should take care of it:
 *     ```
       .sidebar-primary {
         display: none;
       }
       .main {
         float: none !important;
       }
       ```
   
 * The first part hides the sidebar and the second will remove the property that
   makes the main content area float to the left (which will leave it centered).
 *  Thread Starter [brokendown](https://wordpress.org/support/users/brokendown/)
 * (@brokendown)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/center-loop-container/#post-9342399)
 * This is exactly what I wanted.
 * Thanks Ben, you’re a star! 🙂

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

The topic ‘Center loop container?’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [brokendown](https://wordpress.org/support/users/brokendown/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/center-loop-container/#post-9342399)
 * Status: resolved