Space between title and text in sidebar widgets

Posted in: Newsmag
Post count: 13

I am using – TAGDIV Text with Title – on my sidebar widgets. I would like to know how to reduce the space between the title and the text. Thank u

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css and modify the margin’s value as you need: http://screencast.com/t/qUoR9MC5hG

.td_block_text_with_title .block-title{
margin-bottom: 10px;
}

Let me know how it goes.
Thanks!

Post count: 13

Hi! It works great! Thanks! Now, if you could help me pls, I would like to know how ro reduce the space between each sidebar widget? The space between widget 1, widget 2 & widget 3. Thanks again for your help! :*

Post count: 6535

Hi

Please provide your site url so I can inspect this closer and get back to you with a more accurate answer.
Thanks!

Post count: 13

Yes, here is the example, thank you! http://tinyurl.com/zvxdwa5

Post count: 6535

Hi

I will need the your site url as I need to inspect this in order to provide the exact code to reduce the indicated space. You only provided a image but in this situation I need site’s url.

Thanks!

Post count: 13

ok, the problem is that i am still designing the site, its not live yet. I am using the Travel demo.

Post count: 6535

Hi

You can also address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Post count: 13

http://www.allon4dentalimplats.org its the disebar on the left, thank u

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/u9WxwSCEgWi

.td-pb-row .td_block_text_with_title .td_mod_wrap{
margin-bottom: 0px;
}
.td-pb-row iframe{
height: 681px!important;
}

Note that I’ve used .td-pb-row class to target the elements to avoid the style being applied on unwanted elements so this css will work only if you keep the smart-sidebar enabled.

Thanks!

Post count: 13

Works great Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newsmag’ is closed to new topics and replies.