first commit
This commit is contained in:
54
wp-content/themes/solarify/css/admin-frontend.css
Normal file
54
wp-content/themes/solarify/css/admin-frontend.css
Normal file
@@ -0,0 +1,54 @@
|
||||
/* This CSS file loads only when admin top bar is displayed on frontend */
|
||||
.admin-bar .page_header.affix {
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
.admin-bar .toggle_menu_side {
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.modal-open .page_header_wrapper,
|
||||
.modal-open .page_header.affix,
|
||||
.modal-open .modal#search_modal {
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
|
||||
.admin-bar .sf-menu,
|
||||
.admin-bar .toggle_menu.mobile-active {
|
||||
top: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 782px) {
|
||||
.admin-bar .page_header.affix {
|
||||
top: 46px;
|
||||
}
|
||||
|
||||
.modal-open .page_header_wrapper,
|
||||
.modal-open .page_header.affix,
|
||||
.modal-open .modal#search_modal {
|
||||
top: 46px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
html, body {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
.admin-bar .page_header.affix {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.modal-open .page_header_wrapper,
|
||||
.modal-open .page_header.affix,
|
||||
.modal-open .modal#search_modal {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.admin-bar .sf-menu,
|
||||
.admin-bar .toggle_menu.mobile-active {
|
||||
top: 40px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user