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.
Thanks so much!
-
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
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
(Just wanted to clarify–I’d like to decrease the spacing between ALL side bar widget titles. Please help! thanks!)
all sidebar widgets? can u explain pls =P
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!!!
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 π
Which number should i adjust?
Also, do you mean broken links?
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;tomargin: 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 π
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!!!
and yea, i noticed the menu overflow too and dont like it. any suggestions?
to remove no comments i would need index.php and archive.php files of ur theme
The topic ‘Decrease Spacing Between Side Bar Widget Titles’ is closed to new replies.