Thread
:
How do I change parts of the skin for mobile browsers only?
View Single Post
#
1
10-22-2014, 11:55 AM
Dr. Bogger
Member
Join Date: Oct 2014
Location: Saratoga Springs, NY
Posts: 16
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
Dr. Bogger
View Public Profile
Send a private message to Dr. Bogger
Find all posts by Dr. Bogger