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
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!
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! :*
Yes, here is the example, thank you! http://tinyurl.com/zvxdwa5
-
This reply was modified 10 years by
venusenaries.
ok, the problem is that i am still designing the site, its not live yet. I am using the Travel demo.
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!
http://www.allon4dentalimplats.org its the disebar on the left, thank u
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!