Reading on a Smartphone

I'm new to the forum, but one of the things that keeps me from contributing and reading is that I only read the forum while using my iPhone.  One of the biggest challenges is the rotating ad in the bottom left corner. It stays the same size while on my iPhone and covers most of the screen making it difficult to read.  



I know the ads provide needed revenue for the site but I am wondering if there was a chance that it could be hidden for smaller screens.  All that would need to be done is add this snippet of code to the stylesheet:




@media only screen 


and (min-device-width : 320px) 


and (max-device-width : 480px) {


#adStone {
display:none;


}


Anyways, I'll keep coming to the site even if it is decided to not make the change, I was just hoping that this would help those of us browsing on mobile devices!

Comments

Sign In or Register to comment.