override.css does not affect tablet.css

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Jul 25, 2015 1:09 am
Reply with quote
Report this post
I have setup some overrides as suggested in the documentation and while they show up in desktop mode, they are not applied in smaller windows since specific files (tablet.css or mobile.css) are loaded instead. How to get it to apply overall? thanks a lot
User avatar
Fresh Boarder

GK User
Sat Jul 25, 2015 6:58 am
Reply with quote
Report this post
Hi, you can use :
Code: Select all
@media (max-width: 1030px) {
 ----your code here----
}

and it will affect beginning from tablet devices
User avatar
Platinum Boarder


cron