Title: dp34067's Replies | WordPress.org

---

# dp34067

  [  ](https://wordpress.org/support/users/dp34067/)

 *   [Profile](https://wordpress.org/support/users/dp34067/)
 *   [Topics Started](https://wordpress.org/support/users/dp34067/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dp34067/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dp34067/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dp34067/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dp34067/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dp34067/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using a Custom Field with static front page to disable RH sidebar in twenty sixt](https://wordpress.org/support/topic/using-a-custom-field-with-static-front-page-to-disable-rh-sidebar-in-twenty-sixt/)
 *  Thread Starter [dp34067](https://wordpress.org/support/users/dp34067/)
 * (@dp34067)
 * [10 years ago](https://wordpress.org/support/topic/using-a-custom-field-with-static-front-page-to-disable-rh-sidebar-in-twenty-sixt/#post-7227392)
 * I have added your suggested code to style.css in the child directory but it doesn’t
   appear to have had any effect: –
 *     ```
       /*
       Theme Name: Twenty Sixteen Child
       Description: Twenty Sixteen Child Theme
       Author: DJP
       Version: 1.0
       Template: twentysixteen
       */
   
       @import url('../twentysixteen/style.css');
   
       #secondary {
           display: none;
       }
   
       @media screen and (min-width: 56.875em) {
   
       	/*no sidebar expand center*/
   
       	.no-sidebar .content-area
       	{
       	  float: left;
       	  margin-right: -100%;
       	  width: 100%;
       	}
       	.no-sidebar .site-content
       	{
       	  padding: 0px;
       	}
       	.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets
       	{
       	  margin-right: 5%;
       	  margin-left: 5%;
       	}
       	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content
       	{
       	  margin-left: 25%;
       	  width: 70%;
       	}
       	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer
       	{
       	  margin-left: 5%;
       	}
       }
       ```
   
 * Am I overlooking something?

Viewing 1 replies (of 1 total)