Skip to content

Instantly share code, notes, and snippets.

@johnnya23
Created February 20, 2022 15:39
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 johnnya23/7979daabc66f7cb068a20cff9b339f28 to your computer and use it in GitHub Desktop.
Save johnnya23/7979daabc66f7cb068a20cff9b339f28 to your computer and use it in GitHub Desktop.
@media (min-width:768px) and (max-width: 1270px) {
.sidebar.widget-area {
margin-top: 100px
}
}
@media (min-width: 768px) {
body .jma-panel-button {
top: 140px;
}
body .jma-panel-button button {
background-color: rgba(0, 0, 102, 0.4);
color: #ffffff
}
body.admin-bar .jma-panel-button {
top: 172px;
}
.jma-gbs-mobile-panel .add-to-panel {
display: none;
}
body .jma-gbs-mobile-panel {
background: none;
}
body .jma-gbs-mobile-panel .outer {
margin-top: 70px;
background-color: rgba(0, 0, 102, 0.4)
}
body .jma-gbs-mobile-panel .outer li[class*="current"]>a {
color: #27f4f4 !important
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment