Skip to content

Instantly share code, notes, and snippets.

@trueqap
Last active July 14, 2019 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trueqap/d2f00c220a5e3a55b7b672953150deeb to your computer and use it in GitHub Desktop.
Save trueqap/d2f00c220a5e3a55b7b672953150deeb to your computer and use it in GitHub Desktop.
DIVI menu fix for monitors with smaller screens
@media only screen and (max-width: 1200px) and (min-width: 769px) {
.container.clearfix.et_menu_container, #top-header .container.clearfix {
max-width: 95% !important;
width: 100%;}}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
#top-menu li {
padding-right: 13px !important;}
#top-menu li a {
font-size: 0.9375rem !important;}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment