Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created January 29, 2018 05:01
Show Gist options
  • Save ahmedeshaan/d8a60a2f5d62dd01800f9bdae307a35c to your computer and use it in GitHub Desktop.
Save ahmedeshaan/d8a60a2f5d62dd01800f9bdae307a35c to your computer and use it in GitHub Desktop.
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE. ***************/
#map_go {width:100%!important;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE ***************/
}
@media only screen and (max-width : 992px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment