This topic has 4 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi,
When we enable the WC site wide store notice, it appears at the top of the page but covers the top part of the header.
Could you provide some CSS code which pushes all web page content to sit below the site wide store notice and then returns to normal when the notice is dismissed?
Thx 🙂
Hello,
Please provide screenshot of the problem and URL of page where we will be able to see the notice.
Regards
I have just enabled the site wide notice on our live website (see private). If you dismiss the notice at the very top of the page you will see the header content it covers up. We need all page content to sit below the site wide notice not underneath it.
Thx 🙂
Hello,
Could you provide some CSS code which pushes all web page content to sit below the site wide store notice and then returns to normal when the notice is dismissed?
– there is no such possibility. But you can add this code in Customize > Additional CSS:
.woocommerce-store-notice.demo_store {
margin-top: 46px;
padding-top: 0px;
padding-bottom: 0px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up