Files
branddefense.pl/wp-content/themes/solarify/css/admin-frontend.css
Roman Pyrih c2e100a763 first commit
2023-07-24 08:30:51 +02:00

54 lines
916 B
CSS

/* 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;
}
}