Margins again

Posted in: Newspaper
Post count: 39

How to lower the margins in the “travel” template. I think it’s td.travel class. I need to know where to put margin-bottom? which block controls the margins here? When i inspect element, I see a few td_block_wrap td_block_5 td_uid_5_56a08698486e3_rand td_with_ajax_pagination td-pb-border-top

Post count: 22421

Hello,
Please provide more details as to what margins you are trying to reduce and provide a link to your website so we can inspect these margins and provide a css code for it.
Thank you!

Post count: 39

Bogdan, here is the link: http://bit.ly/1P5XRNz

I want the ad block tighter to content.

Post count: 22421

Hi,

You can use this custom css to do it:
.td-travel .td-travel-features .td_block_wrap{
margin-bottom:0!important;
}

Thank you!

Post count: 39

That did not do the trick, i even tried adding another class

.td-travel .td-travel .td-travel-features .td_block_wrap {
margin-bottom:0!important;
}

Post count: 6535

Hi

Replace the previous css with this one: http://screencast.com/t/OoE5ooBg If you wand a different distance just modify the margin value:

.td-travel .td-travel-features .td_block_wrap {
margin-bottom:0px!important;
}
.td-g-rec-id-custom_ad_1 .adsbygoogle{
margin-bottom: 4px;
}
.td_block_wrap .td-load-more-wrap {
margin-bottom: 4px;
}

Thanks!

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