Override mobile CSS

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 07, 2014 6:33 pm
Reply with quote
Report this post
Hi,

Could you please tell me how to override the CSS code in mobile:
http://goo.gl/gG8eYh
Site: jreplay.com

Thanks,
Giang Anh
User avatar
Expert Boarder

GK User
Sun Sep 07, 2014 7:40 pm
Reply with quote
Report this post
Hi,
you have two options:
1) Make changes inside mobile.css (this template is not so often updated)
so I suggest this method. Remember about order of loaded css files.
or
2) Inside override.css use:
Code: Select all
@media only screen and (max-width: 320px)   or max-width: 480px

this should help ....
whole sourcecode you will find in mobile.css file.
User avatar
Platinum Boarder


cron