Title: Removing horizontal lines between widgets
Last modified: October 24, 2017

---

# Removing horizontal lines between widgets

 *  [naijakitsch](https://wordpress.org/support/users/naijakitsch/)
 * (@naijakitsch)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/removing-horizontal-lines-between-widgets/)
 * I removed all the sidebar widgets from my website on purpose. However, the horizontal
   grey lines dividing the widgets still remain. I’ve been pulling my hair out trying
   to solve this problem, but no matter what css code I change, I can’t remove these
   extraneous lines.
 * Any help would be appreciated.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-horizontal-lines-between-widgets%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [jakubsejkora](https://wordpress.org/support/users/jakubsejkora/)
 * (@jakubsejkora)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/removing-horizontal-lines-between-widgets/#post-9619111)
 * It seems you changed the theme so I can’t see your problem. However try edit 
   the CSS like this – it should work…
 *     ```
       .credits:before {
       	content: "";
       	display: block;
       	margin: 35px 0;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Removing horizontal lines between widgets’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [jakubsejkora](https://wordpress.org/support/users/jakubsejkora/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/removing-horizontal-lines-between-widgets/#post-9619111)
 * Status: not resolved