Hello i have a site on wordpress. when site load on mobile ads also show on mobile i want to know that how i remove them only for mobile user not for desktop. ads like "layer ads" 800*400
There are several ways to hide elements on your website based on the device viewing the website. If the bootstrap framework is included in your template, you can use their hide css classes. JavaScript can be used to set visibility based on screen size, php can be used to not display elements based on the browser's user-agent, and there are many, many other ways.