reduce the Spacing between title and Ads

Posted in: Newspaper
Post count: 220

Please take a look @ this,They are many instances like this on the home page
https://www.diigo.com/item/image/3bjz5/xahc

Post count: 6600

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

Post count: 220

That worked well…Thanks you

i have one more instance similar to this

example screenshot https://www.diigo.com/item/image/3bjz5/qh4i

Post count: 6600

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

Post count: 220

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″]’); ?>”

https://www.diigo.com/item/image/3bjz5/ikwu

Post count: 6600

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

Post count: 220

Can u help me in solving this issue also on spacing ..

https://www.diigo.com/item/image/3bjz5/y60i

Post count: 6600

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

Post count: 220

Hi Lucian,

Can u help me in reducing the spacing between the ads and image in image.php

https://www.diigo.com/item/image/3bjz5/p4ix

Post count: 6600

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

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