Header ad in mobile

Posted in: Newspaper
Post count: 30

I’m looking to reduce the whitespace surrounding the Header Ad in the mobile theme.

I want to reduce the top and bottom padding, but I’m not sure where in the css to make this change.

How can I do this?

Post count: 22421

Hello,

Please add this code in the theme panel-> mobile theme settings-> custom css box:

.td-a-rec-id-header_mob{
margin:0!important;
}

https://www.screencast.com/t/0l8kEv2G32xn

Thank you!

Post count: 30

Works great, thanks!

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