Remove space above top ad

Posted in: Newspaper
Post count: 186

How to remove white space above top ad in Ads? This is the text space above ad.

See website: https://spurt.no

Post count: 35449

Hi,

As I can see you are using a standard header, in this case you can remove the space only if you are using a custom css, you can try this one -> https://i.imgur.com/C8TXAFy.png
.td-header-style-10 .td-header-sp-recs {
margin: 0px auto 0 auto !important;
}

This code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Post count: 186

Ok, thank’s that worked on desktop, but not on smaller devices. Any fix?

Post count: 35449

Hi,
For mobile device please try this custom css
.td-a-rec-id-header{
margin-top: -10px;
}

The code need to be set in theme panel> custom code> advance css> phones.

Hope this will help you!

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