Problem with background ads

Posted in: Newsmag
Post count: 4

Hi, I bought the template newsmag 4 but I have a problem with the image for the background ads.
I followed the instructions on the documentation but the no stretched image is placed above the top header. How can I solve? the affiliate link instead runs regularly
Thank you
http://lnx.aereidaguerra.net/foto4go/
for example i need to have this result https://labussolanews.com/

Post count: 20688

Hi,

You can indeed set a background image and a link for it. I see you have currently set a thumbnail image, please make sure you set it in full size for better results
https://www.screencast.com/t/5KeOsSjlf9
https://www.screencast.com/t/Q7jIPljCDrlv

If you want to create a space above the website, so that the ad is displayed there as well, similar to the website you mention, enter this code in the advanced custom CSS->desktop section
https://www.screencast.com/t/0wUxLtLrx9F5
Result – https://www.screencast.com/t/MlR3CN0hBPr

.td-header-wrap {
margin-top: 115px;
}

Please let us know if you have more questions.
Thanks

Post count: 4

Thanks for your help! I had not seen the setting in the mask for the upload!
Can I ask you how is it possible to make the link ref active on all the background and not only on the sides?
Thanks
Emanuele

Post count: 20688

Hi,

Try it like this instead, should be able to click in the top space after adding this code

.td-header-wrap {
padding-top: 115px;
}
.td-ad-background-link .td-header-container {
cursor: pointer;
}

Remove the previous code and enter the one above.

Thanks

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