Background Ad on Retina Display

Posted in: Newsmag
Post count: 199

If I put the background advertising on my Retina Display of your MacBook Pro can be seen as well -> http://185.17.107.54/sitonuovo/

This is the image background -> https://dl.dropboxusercontent.com/u/22334399/homepage.jpg

Post count: 199

fix, but by resolution 1199px to 1019px don’t consider the command that I put in the responsive Visual 1024px +

This is the command:

.td-header-container {
padding-top: 80px;
}

.single_template_6 .td-header-container {
padding-top: 0px;
}

Why?

Post count: 199

Solved.

I put this code in Custom CSS


@media
(min-width: 1019px) and (max-width: 1199px) {
.td-header-container {
padding-top: 80px;
}
}

Post count: 7909

Hi,

Glad that you managed to solve this!
Thanks for the message!

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