Widget Spacing

Posted in: Newspaper
Post count: 107

Hi team,

I’ve noticed that my sidebar widgets have no space between them.

http://www.betasite05.co.uk/2014/07/women-universe/

How can I add 20px space for all widgets?

Many thanks

ken

Post count: 388

One way to do it is to add this custom css (in your theme panel or in a child theme):

.widget {
  padding-bottom: 20px;
}
Post count: 6600

Hi,

That the way!! Thanks @TheMediumUTM!! Just add the .td-post-sidebar class also so these changes affect only the sidebar widgets.

.td-post-sidebar .widget {
  padding-bottom: 20px;
}

Thanks

Post count: 107

BRILLIANT!!

THANK YOU LUCIAN X

Post count: 107

LOVE TAG DIV!!!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.