Home › Forums › Support › How to edit mobile css in child theme › Reply To: How to edit mobile css in child theme
January 18, 2016 at 10:55 am
#166404
Lead Developer
Lead Developer
Hi Kenny,
You can use our CSS plugin: https://generatepress.com/knowledgebase/adding-css/
Then just wrap your CSS in a media query for mobile:
@media (max-width: 768px) {
/* Mobile CSS in here */
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development