Onforum.net - Web and gaming resource community

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members .

Xenforo 2 Add advertising centered and only show on pc or only show on mobile

Sonia

Administrator
Administrator
Credits
1,338
Add these code to extra.less template
CSS:
@media all and (min-width: 480px) {
    .deskContent {
            display:block;
            margin: 0
            auto;
}   
    .phoneContent {
           display:none;
}
 
}

@media all and (max-width: 479px) {
    .deskContent {
          display:none;
}
    .phoneContent {
          display:block;
          margin: 0 auto;
}
}
go to admin/setup/advertising and choose your right advertising position and add HTML
code like this form to HTML
HTML:
<div class="phoneContent">

Add your mobile ad code here

</div>



<div class="deskContent">

Add your Pc ad code here

</div>
 

Similar threads


Top

Dear User!

We found that you are blocking the display of ads on our site.

Please add it to the exception list or disable AdBlock.

The advertises that you'll see aren't intrusive they just help us to keep the community alive

If you don't want to see those ads just buy an upgrade.

Thank you for understanding!

RomanP

RomanP Purchase

User upgrade! at

🔥 Upgrade Now
xnmex

xnmex Purchase

User upgrade! at

🔥 Upgrade Now
Rogue

Rogue Purchase

User upgrade! at

🔥 Upgrade Now