With some CSS:
You may need to adjust @maxResponsiveWideWidth to your preferences. Either a specific number or the name of another style property in the Responsive Design group.
For the sake of specificity, you may need to define it in EXTRA.css as:
Code:@media (max-width:@maxResponsiveWideWidth) { .Responsive #GritterContainer {display:none;} }
You may need to adjust @maxResponsiveWideWidth to your preferences. Either a specific number or the name of another style property in the Responsive Design group.