Widget – Distance from Title

Posted in: Newspaper
Post count: 20

Hi all,

In a widget i want to decrease the distance between title and “body” of widget
http://oi62.tinypic.com/v8l9io.jpg

This is a footer widget but i want to implement it to the sidebar also.

Any help?

Thanks!

  • This topic was modified 11 years by Sotiris.
Post count: 6600

Hi,

You can use a custom css similar to this: http://screencast.com/t/41geMxjVVP

.td-footer-wrap .block-title {
margin-bottom: 0px;
}

Use “inspect” tool and use classes to target and apply the css to the widget you want.
I can’t give an exact answers unless I inspect this so please send me your site’s URL so I can provide a better solution for this.

Thanks

Post count: 20

Works great!

Thanks once again!

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