Ad background

Posted in: Newspaper
Post count: 1

Hi all,
when the ad server send to our site a background creativity, there is a strange behaviour: a lot of white space before site content
the site url is http://ricettein30minuti.it/
Do you know how to fix this?

screen

Post count: 23312

Hello 3wmedia,

Do you are referring to the margin-top? If yes, notice that this white space is from the style of this demo. If you want to remove it, you should use the code below and place it in Theme panel->Cusotm CSS area.

@media (min-width: 1180px){
.td-recipes.td-boxed-layout #td-outer-wrap {
margin-top:0!important;
}
}

The result is here -> https://www.screencast.com/t/JCnQdprmOh3

If is not what you mean, please provide more details about your problem so I will be able to provide a more accurate response.

Thanks for the message!

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