Can Top 720 Banner ad on Index Magazine3 be made to appear on mobiles

1 reply · opened Sep 30, 2016

GGavinBaylisSep 30, 2016

As subject says can the top header banner ad be made to appear on mobiles as currently it does not and I would like to code the Google Responsive Ad in that space.

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Responsive Ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-0982702027341467"
data-ad-slot="3748077900"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Many thanks.

G

SSemicolon WebSTAFFOct 3, 2016

Hello,

This is Definitely Possible. Please find the following code in the css/responsive.css File:

#header-trigger,
.top-advert,
.header-extras { display: none; }

and delete the .top-advert part from it. Then you can simply add the following CSS Code:

@media (max-width: 991px) {
	.top-advert { border-top: 1px solid #EEE; }
}

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard