Sidebar ads content

Posted in: Newsmag
Post count: 69

Hi there,
as you can see from my web site (please see http://www.ntr24.tv/), the sidebar contains mostly advertising banners. It is fine on a desktop PC but, if you open the web site on a smartphone, all the sidebar content is placed at site bottom and, unfortunately, our advertisers don’t like to see their ad banners placed at the site tail. Is there a way to display these banners in a different way, for example between the other posts and a litle bit more “up” in the site on mobile devices?
Thanks in advance for any appreciated help.

Giuseppe

Post count: 6535

Hi

You can try to insert the ads in page content using Visual Composer and make them visible only on mobile devices. For example you can add a new row in Visual Composer where will be inserted an add, then use a css class for it to hide it on desktop and tablets: http://screencast.com/t/oUTqsjamp

Use this code to make that row visible only on mobile:

@media (min-width: 768px) {
.mobile-ads {
display: none;
}
}

I hope this helps.
Thanks!

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