mobile ads

Posted in: Newspaper
Post count: 9

Hi,
I have added following code for the header add:
<div class=”td-visible-desktop”>
<div id=’gba_Banner’>
<script type=’text/javascript’>
googletag.display(‘gba_Banner’);
</script>
</div>
</div>
<div class=”td-visible-tablet-landscape”>
<div id=’gba_Banner’>
<script type=’text/javascript’>
googletag.display(‘gba_Banner’);
</script>
</div>
</div>
<div class=”td-visible-tablet-portrait”>
<div id=’gba_Banner’>
<script type=’text/javascript’>
googletag.display(‘gba_Banner’);
</script>
</div>
</div>
<div class=”td-visible-phone”>

</div>

The problem is that both ads show on desktop and phone?
My site: http://test.leobennews.at

How can i solve this problem?

Post count: 22421

Hello Schuchi,

I have inspected your problem and it seems it is a CSS related one. You have a custom css in your theme panel that overrides the default behavior of the ads on header style 7. http://screencast.com/t/nL1p5Un5.
Remove this code and everything will resume to normal.

Thank you!

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