Skip to content

Instantly share code, notes, and snippets.

@ryanlabelle
Created June 2, 2017 16:49
Show Gist options
  • Save ryanlabelle/d903512090fd4d36f57fb8a3ff60ba31 to your computer and use it in GitHub Desktop.
Save ryanlabelle/d903512090fd4d36f57fb8a3ff60ba31 to your computer and use it in GitHub Desktop.
li.menu-item-language img
{border:1px solid #e7e7e7;
}
@media screen and (min-width: 750px) {
li.menu-item-language,
li.menu-item-language a
{margin:6px 0 0 0 !important; padding:0 2px 18px 0 !important;
}
li.menu-item-language-current a
{margin:6px 0 0 50px !important
}
}
@media screen and (max-width: 751px) {
li.menu-item-language,
li.menu-item-language a
{display:inline !important;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment