Hi there,
Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
(function($) {
$('.woocommerce-store-notice.demo_store').insertBefore('.site');
})(jQuery);
Then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
p.woocommerce-store-notice.demo_store {
margin: 0;
}
Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!