Skip to content

Instantly share code, notes, and snippets.

@feastdesignco
Last active September 26, 2019 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feastdesignco/50ce9457b3e7c535ac8cf114d0581b43 to your computer and use it in GitHub Desktop.
Save feastdesignco/50ce9457b3e7c535ac8cf114d0581b43 to your computer and use it in GitHub Desktop.
display-mobile-newsletter-foodie-pro
/* insert into the "Additional CSS" to display the above-header-newsletter area on mobile
not recommended: https://feastdesignco.com/why-we-removed-the-banner-top-on-mobile/ */
@media only screen and (max-width: 420px)
#before-header {
display: block !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment