Title: Layot problem
Last modified: August 22, 2016

---

# Layot problem

 *  [CapraBianca](https://wordpress.org/support/users/caprabianca/)
 * (@caprabianca)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/layot-problem/)
 * hi guys! i want to remove the withe bar between the article and the comment here:
   [http://caprabianca.altervista.org/mychannel/](http://caprabianca.altervista.org/mychannel/)
 * How can i do that?
    Thanks

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

 *  [Arteyin](https://wordpress.org/support/users/arteyin/)
 * (@arteyin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/layot-problem/#post-5546125)
 * remove
 *     ```
       #nav-single{padding:20px;}
       ```
   
 *  Thread Starter [CapraBianca](https://wordpress.org/support/users/caprabianca/)
 * (@caprabianca)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/layot-problem/#post-5546330)
 * where do I write that text?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 4 months ago](https://wordpress.org/support/topic/layot-problem/#post-5546331)
 * If you’re not using a Child Theme, and if the theme doesn’t have a designated
   section of the dashboard for CSS modifications then install this Custom CSS Manager
   plugin [http://wordpress.org/plugins/custom-css-manager-plugin](http://wordpress.org/plugins/custom-css-manager-plugin)
 * Then use its “CSS Code” [section of the dashboard](http://wordpress.org/plugins/custom-css-manager-plugin/screenshot-1.jpg?r=704634)
   to hold your CSS modifications.
 * _Alternatively use your Child Theme style.css file to hold your CSS modifications._
 * It’s still not clear what you’re referring to though about the “bar between the
   article and the comment”.
 *  [rolzan](https://wordpress.org/support/users/rolzan/)
 * (@rolzan)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/layot-problem/#post-5546332)
 * Hello CapraBianca,
 * If you want to remove the white bar completely, you can target the element and
   set it’s display property to none, or remove that block of code in your single.
   php file.
 * Here’s the CSS code:
    `#nav-single { display: none; }`
 * Place that code inside your style.css file, preferably, at the bottom of the 
   file, so you would know the codes you added. To locate the file, either edit 
   it via FTP, or go to Dashboard > Appearance > Editor, and select your style.css
   file (labeled Stylesheet).

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

The topic ‘Layot problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 4 participants
 * Last reply from: [rolzan](https://wordpress.org/support/users/rolzan/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/layot-problem/#post-5546332)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
