marolle 0 Report post Posted July 7, 2011 I want to know, if I can make the space between each widget smaller ? if you look on my blog in the sidebar: http://marolle.com/blog/ you can see that there is too much space between my custom headers and the widgets. is there a way I can make that space smaller ? Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 7, 2011 You can tighten it up a bit if you add this custom css to your theme options ` .widget { margin-bottom: 1em; } ` (change the value as desired.) Share this post Link to post Share on other sites
marolle 0 Report post Posted July 9, 2011 hmm it dont seem to work ?? Share this post Link to post Share on other sites
catrina 103 Report post Posted July 9, 2011 Try this code: .textwidget {margin-bottom: 10px;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
marolle 0 Report post Posted July 13, 2011 dont work either Share this post Link to post Share on other sites
Kate 3 Report post Posted July 13, 2011 Hi Marie, Please try this instead: .widget {margin-bottom: 10px;} Just tried it and it worked Share this post Link to post Share on other sites
marolle 0 Report post Posted July 14, 2011 thanks alot Kate i can see it works, but I still have problems with some widgets ?? its in the right side of my blog. Tags, arkiver etc. The title is not in the same box as the widgets. Do I have to edit the widgets ? Share this post Link to post Share on other sites
Kate 3 Report post Posted July 14, 2011 Hey Marie, When you say they're not in the same box, did you add the title to the widget itself? Share this post Link to post Share on other sites
marolle 0 Report post Posted July 14, 2011 uhm im not sure what you mean ?? In the widgets where I arrange them, I have put the title in those I could. But those in the right side, I couldnt put the title in, in the same widget box because it's not code there. Uhhh I'm really bad to write in english, I hope you can understand me. Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 14, 2011 Your widget titles aren't showing up and causing extra space...you can remove them with `.scolumn-pad .widget-title {display:none;}` Share this post Link to post Share on other sites
marolle 0 Report post Posted July 14, 2011 THANKS ALOT!! it worked with the one you wrote Adam and the one you wrote Kate. Wee Share this post Link to post Share on other sites