/*  
Theme Name: My GeneratePress Child  
Theme URI: http://example.com/  
Description: Child theme for GeneratePress  
Author: Your Name  
Author URI: http://example.com/  
Template: generatepress  
Version: 1.0.0  
*/  
body{
    padding-bottom:70px !important;
}
@media screen and (max-width: 420px) {
  body{
    padding-bottom:56px !important;
}  
}