Please take a look @ this,They are many instances like this on the home page
https://www.diigo.com/item/image/3bjz5/xahc
Hi,
Please use this custom css: http://screencast.com/t/64WxHqhTc9N
.page .td-a-rec-id-custom_ad_1, .page .td-a-rec-id-custom_ad_2, .page .td-a-rec-id-custom_ad_3, .page .td-g-rec-id-custom_ad_1, .page .td-g-rec-id-custom_ad_2, .page .td-g-rec-id-custom_ad_3 {
margin-bottom: 0px;
}
Thanks
That worked well…Thanks you
i have one more instance similar to this
example screenshot https://www.diigo.com/item/image/3bjz5/qh4i
Hi,
Please use this custom css and change this values as you like: http://screencast.com/t/SiUzFWedJ9
.page .td_block_wrap {
padding-bottom: 10px;
}
.page .td_mod_wrap, .td_mod2 {
margin-bottom: 15px;
}
Thanks
Can u help me out at this instance also …After started using the custom ads code …
“<?php echo do_shortcode(‘[td_ad_box spot_id=”custom_ad_1″]’); ?>”
Hi,
Please use this custom css: http://screencast.com/t/xpA1xUJwQX
.attachment .td-g-rec-id-custom_ad_3 {
margin-bottom: 10px;
margin-top: 10px;
}
Thanks
Can u help me in solving this issue also on spacing ..
Hi,
You have there an empty row that generates that white space: http://screencast.com/t/P9aakJeQn9w9
You have to edit the page and remove it from back-end.
Thanks
Hi Lucian,
Can u help me in reducing the spacing between the ads and image in image.php
Hi,
Use this css: http://screencast.com/t/ca7CZujNb
.td-g-rec-id-custom_ad_2 {
margin-bottom: 10px !important;
margin-top : 15px !important;
}
Thanks