Title: remove clearings
Last modified: February 20, 2018

---

# remove clearings

 *  Resolved [magicflakes11](https://wordpress.org/support/users/magicflakes11/)
 * (@magicflakes11)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-clearings/)
 * Hi,
 * On all of my post pages, I am trying to center the post title, the content and
   remove the white space on the left so that it reads like a single column.
 * I think the white space has something to do with the #Clearings in the css…..
 * .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-
   content:before, .comment-content:after, .site-content:before, .site-content:after,.
   site-footer:before, .site-footer:after {
    content: “”; display: table; table-
   layout: fixed; }
 * I have tried this…..
 * .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-
   content:before, .comment-content:after, .site-content:before, .site-content:after,.
   site-footer:before, .site-footer:after {
    display:none; }
 * but no luck…
 * Can anyone help? Thanks in advance…
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-clearings%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Theme Author [Milen Petrinski – Gonzo](https://wordpress.org/support/users/gonzomir/)
 * (@gonzomir)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-clearings/#post-10379503)
 * Hi,
 * I’m sorry I didn’t see this question before. What you wanted to chane has nothing
   to do with clearings. The theme uses [CSS Grid Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout)
   in browsers that support it, and the changes needed are a little bit more complex.
   The main change would be to change the display property for the post `article`
   element:
 * \`
    .single main > article, .single main > .comments-area { display: block; }`
 * I have thought about adding centered post layout as a option, but haven’t got
   the time to implement it.

Viewing 1 replies (of 1 total)

The topic ‘remove clearings’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/grid-magazine/1.0.3/screenshot.
   png)
 * Grid Magazine
 * [Support Threads](https://wordpress.org/support/theme/grid-magazine/)
 * [Active Topics](https://wordpress.org/support/theme/grid-magazine/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/grid-magazine/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/grid-magazine/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [white-space](https://wordpress.org/support/topic-tag/white-space/)

 * 1 reply
 * 2 participants
 * Last reply from: [Milen Petrinski – Gonzo](https://wordpress.org/support/users/gonzomir/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/remove-clearings/#post-10379503)
 * Status: resolved