Title: CSS .clearfix display: table breaks fullwidth layout!
Last modified: August 30, 2016

---

# CSS .clearfix display: table breaks fullwidth layout!

 *  [Boscor77](https://wordpress.org/support/users/boscor77/)
 * (@boscor77)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/)
 * Hi,
 * I’ve noticed, that the CSS-property “display: table” in .clearfix breaks the 
   fullwidth-layout.
 * [http://www.muell-arendt.de](http://muell-arendt.de)
 * How can I fix it? No changes on custom CSS is working at the moment.
 * Thanks!

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368835)
 * It looks like your site is currently in maintenance mode. Can you please take
   it out of maintenance mode so we can see what it looks like?
 *  Thread Starter [Boscor77](https://wordpress.org/support/users/boscor77/)
 * (@boscor77)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368839)
 * Oh, I’m sorry.
 * Now, the maintenance mode is off.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368847)
 * Is the problem being caused by the SiteOrigin Widgets Bundle? That is, if you
   disable the plugin, does the problem go away?
 *  Thread Starter [Boscor77](https://wordpress.org/support/users/boscor77/)
 * (@boscor77)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368848)
 * I’ve tried it. But, by disabling this plugin the problem doesn’t go away.
 *  Thread Starter [Boscor77](https://wordpress.org/support/users/boscor77/)
 * (@boscor77)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368850)
 * On my other site, [http://www.morstadt-arendt.de](http://morstadt-arendt.de) 
   the problem doesn’t exists. There are the same plugins installed and active.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368852)
 * Hmm, strange, because the CSS file that contains that rule for **clearfix** seems
   to belong to that plugin.
 * You can override that rule by including this in your custom CSS:
 *     ```
       body .clearfix {
          display: block;
       }
       ```
   
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368853)
 * If you look at the source of the site that has the problem, you’ll see a link
   to this CSS file:
 *     ```
       http://muell-arendt.de/wp-content/plugins/addon-so-widgets-bundle/css/widgets.css?ver=4.2.3
       ```
   
 * The link to the same file isn’t found on the site without the problem. Maybe 
   it’s an option for that plugin that you’ve set on the problem site that wasn’t
   set the same way on the other site.
 *  Thread Starter [Boscor77](https://wordpress.org/support/users/boscor77/)
 * (@boscor77)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368857)
 * Thank you very much!
 * I fixed it with the custom CSS you’ve recommended me, so the problem is temporary
   solved.
 * Well, I will take some more time to watch the problem with the plugin.
 * Have a nice day! 🙂

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

The topic ‘CSS .clearfix display: table breaks fullwidth layout!’ is closed to new
replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/accelerate/1.5.4/screenshot.jpg)
 * Accelerate
 * [Support Threads](https://wordpress.org/support/theme/accelerate/)
 * [Active Topics](https://wordpress.org/support/theme/accelerate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/accelerate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/accelerate/reviews/)

## Tags

 * [fullwidth](https://wordpress.org/support/topic-tag/fullwidth/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)

 * 8 replies
 * 2 participants
 * Last reply from: [Boscor77](https://wordpress.org/support/users/boscor77/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/css-clearfix-display-table-breaks-fullwidth-layout/#post-6368857)
 * Status: not resolved