Extra Space Between Header and Ad

Posted in: Newspaper
Post count: 189

When I use the code provided for a banner ad, there is an enormous gap of white space between the top of the screen and the ad on mobile device (iphone). What do you think is causing this and how can I eliminate this space?

Post count: 23312

Hello Rhonda,

If you mean about this space http://screencast.com/t/x5pfv4e7CG , please try the code below and place it in Theme panel->Custom Css area.

@media (max-width: 767px)
.td-main-page-wrap {
padding-top: 0px!important;
}

You should see the result, here: http://screencast.com/t/dl4JLTvV

If is not what you want, please provide more details about it so I can be able to provide a more accurate response.

Thank you!

Post count: 189

Thank you so much for your help. The ad is appearing correctly.

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