I am trying to hide a div on desktop but show it on mobile i.e. the div will be visible on mobile only. The code is here
I want this portion of code
<div class="mobiupdbox">
<div class="ovalmain"> Updates</div>
</div>
to be executed only in the mobile version.But it shows up on desktop version too.
Interestingly enough when I uploaded the same code on jsfiddle here it is working as per expected (i.e. the 'Updates' section is not showing). I just cannot understand where am I going wrong.Please help me guys.I have been trying to sort this one for quite some time now.