View Single Post
  #1  
Old 10-22-2014, 11:55 AM
  Dr. Bogger's Avatar 
Dr. Bogger Dr. Bogger is offline
 

Member
  
Join Date: Oct 2014
Location: Saratoga Springs, NY
Posts: 16
 

Default How do I change parts of the skin for mobile browsers only?

Hello,

I am looking to edit the default skin, to change the look on mobile devices only.

Is there a way I can detect if the browser being used is desktop or mobile?

Example:
PHP Code:
if (Mobile Browser) {
Do 
this
} else {
Do 
this

__________________
X-Cart Version: 5.2.3
Reply With Quote