Skip to content

Instantly share code, notes, and snippets.

@cesgarma
Created March 1, 2021 23:34
Show Gist options
  • Save cesgarma/73b75f81e08c10b3b185f6d6bf0dfd40 to your computer and use it in GitHub Desktop.
Save cesgarma/73b75f81e08c10b3b185f6d6bf0dfd40 to your computer and use it in GitHub Desktop.
@media (max-width: 980px) {
#et-secondary-menu {
display: block !important;
}
}@media (max-width: 767px) {
#et-secondary-menu .et_duplicate_social_icons {
float: left;
}
#top-header .et-cart-info {
float: left;
}
#et-secondary-menu {
width: 145px;
margin: 0 auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment