Help with homepage ad layout

Posted in: Newspaper
Post count: 66

Hi guys,

I’m using a custom ad block to display an adsense banner on my homepage. It’s working fine, except there’s no space between the ad and the posts below. How can I add a space there?

See screenshot:

Thanks!

Post count: 854

Hi,

You can solve this issue by adding style via CSS, please provide us with the site URL so that we can inspect it and see what custom CSS you need in order to solve this issue.

Thank’s for your question,

Post count: 66

Thanks Radu! it’s http://brazilophiles.com/

Post count: 1291

Hi,

Please ad this code:

.td-g-rec-id-custom_ad_1 {
margin-bottom: 35px;
}

…in the Theme Panel -> Custom CSS section.

Thank you, Emil G.

Post count: 66

It worked, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.