Title: Display Meta Box on posts
Last modified: August 22, 2016

---

# Display Meta Box on posts

 *  [kalulo](https://wordpress.org/support/users/kalulo/)
 * (@kalulo)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/display-meta-box-on-posts/)
 * Hi again Tomas!. One question, when I set the “Display Meta Box on posts” option
   to “Hide”, the right side bar (and the widgets within) moves INTO the content
   area at the left. Seems like a bug?. Thanks for your help.

Viewing 1 replies (of 1 total)

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/display-meta-box-on-posts/#post-5525755)
 * Hi,
 * I had never noticed this problem. Please try to deactivate all your plugins (
   one after another) to check if it is not caused by a plugin conflict.
 * If the “Display Meta Box on posts” option is still not working properly for you,
   you can alternatively use the following Custom CSS to hide the Meta Box:
 * `#wrapper .post-info, #wrapper .post-meta {display: none;}`
 * The code posted above will hide the Meta Box also on the post entries on your
   homepage and other archive pages. To hide it only on the single posts, please
   use this CSS:
 * `.single .post-info, .single .post-meta {display: none;}`
 * Best regards,
    Tomas Toman

Viewing 1 replies (of 1 total)

The topic ‘Display Meta Box on posts’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/display-meta-box-on-posts/#post-5525755)
 * Status: not resolved