* Hide nags in notices in profiler

* Center content layout for profiler wizard
This commit is contained in:
Joshua T Flowers 2019-05-14 11:21:14 +08:00 committed by GitHub
parent d226b80cd4
commit ffed0e8ab2
1 changed files with 11 additions and 1 deletions

View File

@ -30,10 +30,20 @@
}
}
.woocommerce-layout .woocommerce-layout__main {
padding-right: 0;
}
/* Hide wp-admin and WooCommerce elements when viewing the profile wizard*/
#adminmenumain,
#wpadminbar,
.woocommerce-layout__header {
.woocommerce-layout__header,
.update-nag,
.woocommerce-store-alerts,
.woocommerce-message,
.notice,
.error,
.updated {
display: none;
}