Override the mobile.css

Support desk for Multipurpose Quark Theme
GK User
Fri May 01, 2015 2:51 pm
Hi

How do I override the layout code inside the mobile.css file in order to make css changes for mobile view.

Regards
Lucien
User avatar
Senior Boarder

GK User
Fri May 01, 2015 4:18 pm
Hi,
you have two options:
1) Edit content of mobile.css
2) Use this rule inside override.css

@media only screen and (max-width: 480px) {
here must be your CSS code with class'es etc.
}
User avatar
Platinum Boarder

GK User
Thu May 07, 2015 12:34 pm
Ok, thanks Oscar.
User avatar
Senior Boarder


cron