Title: the bordered sidebar
Last modified: September 10, 2018

---

# the bordered sidebar

 *  Resolved [ayoungerskin](https://wordpress.org/support/users/ayoungerskin/)
 * (@ayoungerskin)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/the-bordered-sidebar/)
 * Hi !
 * I wonder if it is possible to have the bordered box around my text widget, a 
   bit less heavy? Is it possible to have it a lighter box? So that the line is 
   e little less thick?
 * Br
    Ann
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fthe-bordered-sidebar%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [lyrathemes](https://wordpress.org/support/users/lyrathemes/)
 * (@lyrathemes)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/the-bordered-sidebar/#post-10672557)
 * [@ayoungerskin](https://wordpress.org/support/users/ayoungerskin/)
 * Sure, try this in Appearance > Customize > Additional CSS
 *     ```
       .sidebar-borders {
           border: thin solid #1a1a1a;
       }
       ```
   
 *  Thread Starter [ayoungerskin](https://wordpress.org/support/users/ayoungerskin/)
 * (@ayoungerskin)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/the-bordered-sidebar/#post-10675377)
 * Thank you! And if I want it even a bit thinner? 😀
 *  [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * (@jarektheme)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/the-bordered-sidebar/#post-10678800)
 * Actually `border` set to `thin` is the smallest one. You can use value in pixels
   to have more control, e.g.
 *     ```
       .sidebar-borders {
           border: 2px solid #1a1a1a;
       }
       ```
   
 * Best

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

The topic ‘the bordered sidebar’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [jarektheme](https://wordpress.org/support/users/jarektheme/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/the-bordered-sidebar/#post-10678800)
 * Status: resolved