Surendra.S
Active member
Hi All,
I am using AD templates of Xenforo for placing advertisements.
I want to place different ADs for Desktop, Tablet, and Mobile.
(I am NOT using Responsive ADs)
So, are there any simple IF / DIV statements that I can use to make this possible ?
Something like below :
<div class='showDesktop'>
<div class='showTablet hideDesktop'>
<div class='showPhone hideTablet hideDesktop'>
I am using AD templates of Xenforo for placing advertisements.
I want to place different ADs for Desktop, Tablet, and Mobile.
(I am NOT using Responsive ADs)
So, are there any simple IF / DIV statements that I can use to make this possible ?
Something like below :
<div class='showDesktop'>
<div class='showTablet hideDesktop'>
<div class='showPhone hideTablet hideDesktop'>