Title: Decrease Spacing Between Side Bar Widget Titles
Last modified: August 20, 2016

---

# Decrease Spacing Between Side Bar Widget Titles

 *  [EatFree](https://wordpress.org/support/users/eatfree/)
 * (@eatfree)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/)
 * Hi!
 * The titles for my side bar widgets (“Follow Me”, “Search”, “Subscribe”, etc) 
   are currently approx. 1/2 inch apart. I’d it so they are approx. 1/4 inch apart(
   closer together.) I have no knowledge of coding, so would appreciate it if someone
   would tell give me some detailed steps as to how to go about doing this. My url
   is [http://www.eatfreeblog.com](http://www.eatfreeblog.com).
 * Thanks so much!

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

 *  [ragzor](https://wordpress.org/support/users/raghav9999/)
 * (@raghav9999)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2551909)
 * find this in your style.css
 *     ```
       .wp-social-icons .social-icon {
           display: inline;
           float: left;
           list-style: none outside none;
           padding: 0 0 0 24px !important;
           position: relative;
           width: auto;
       }
       ```
   
 * and adjust `padding: 0 0 0 24px !important;`
 * good luck
 *  Thread Starter [EatFree](https://wordpress.org/support/users/eatfree/)
 * (@eatfree)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2551937)
 * thanks! haven’t tried yet, but I see that it says “wp social icons” which refers
   to my “follow me” title, so would this decrease spacing between ALL widget titles
   or just between the “follow me” and above and below?
 * Thanks so much! my url is [http://www.eatfreeblog.com](http://www.eatfreeblog.com)
 *  Thread Starter [EatFree](https://wordpress.org/support/users/eatfree/)
 * (@eatfree)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2551965)
 * (Just wanted to clarify–I’d like to decrease the spacing between ALL side bar
   widget titles. Please help! thanks!)
 *  [ragzor](https://wordpress.org/support/users/raghav9999/)
 * (@raghav9999)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2551987)
 * all sidebar widgets? can u explain pls =P
 *  Thread Starter [EatFree](https://wordpress.org/support/users/eatfree/)
 * (@eatfree)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552024)
 * Hi! If you see my website (www.eatfreeblog.com) on the sidebar, I have several
   widgets: tagcloud, sponsors, search, etc. I’d like to decrease the spacing between
   ALL of them and have that be so for any future widget inclusions. How can I do
   that? I have barely any coding knowledge, so detailed instructions would be highly
   appreciated! THanks so much!!!
 *  [ragzor](https://wordpress.org/support/users/raghav9999/)
 * (@raghav9999)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552025)
 * oh i guess u editted the post 😛 ok anyway look for
 *     ```
       #sidebar {
           float: right;
           margin: 0 20px 0 0;
           text-align: left;
           width: 200px;
       }
       ```
   
 * in your style.css and adjust it accordingly :/ btw just a suggestion 😛 some 
   parts of your website look broken you might wanna fix those too 😀
 *  Thread Starter [EatFree](https://wordpress.org/support/users/eatfree/)
 * (@eatfree)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552026)
 * Which number should i adjust?
 * Also, do you mean broken links?
 *  [ragzor](https://wordpress.org/support/users/raghav9999/)
 * (@raghav9999)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552028)
 * sorry my bad find this piece of code
 *     ```
       #sidebar h3 {
           background: url("images/titles.png") no-repeat scroll 0 0 transparent;
           color: #C05083;
           font-size: 1.5em;
           font-weight: bold;
           height: 30px;
           margin: 40px 0 0;
           padding: 3px 0 0 38px;
       }
       ```
   
 * and make `margin: 40px 0 0;`to`margin: 10px 0 0;`
 * and see if it works for u and not broken links i ment visual glitches like menu
   overflowing as well as the footer 😀
 *  Thread Starter [EatFree](https://wordpress.org/support/users/eatfree/)
 * (@eatfree)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552030)
 * wow,thanks so much–it worked! now would you know how to get rid of the “no comments”
   i have under each post? thanks so much!!!
 *  Thread Starter [EatFree](https://wordpress.org/support/users/eatfree/)
 * (@eatfree)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552031)
 * and yea, i noticed the menu overflow too and dont like it. any suggestions?
 *  [ragzor](https://wordpress.org/support/users/raghav9999/)
 * (@raghav9999)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552037)
 * to remove no comments i would need index.php and archive.php files of ur theme

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

The topic ‘Decrease Spacing Between Side Bar Widget Titles’ is closed to new replies.

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 2 participants
 * Last reply from: [ragzor](https://wordpress.org/support/users/raghav9999/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/decrease-spacing-between-side-bar-widget-titles/#post-2552037)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
