12 lines
259 B
CSS
12 lines
259 B
CSS
.admin-bar p.woocommerce-store-notice,
|
|
body.admin-bar #wrapper #slidingbar-area.fusion-sliding-bar-position-top {
|
|
top: 46px;
|
|
}
|
|
body.fusion-blank-page.admin-bar {
|
|
top: 45px;
|
|
}
|
|
html #wpadminbar {
|
|
z-index: 99999 !important;
|
|
position: fixed !important;
|
|
}
|