Jump to content
Sign in to follow this  
marolle

make the space between widgets smaller ?

Recommended Posts

marolle

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

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

hmm it dont seem to work ??

Share this post


Link to post
Share on other sites
Kate

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

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

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×