Search for: Log In Free Support [Support request] Woocommerce Store Notice Above Top Bar Home › Forums › Support › Woocommerce Store Notice Above Top Bar This topic has 1 reply, 2 voices, and was last updated 6 months, 3 weeks ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 3, 2020 at 5:22 am #1350426 varun Hi there, Is there a way we can get the woocommerce store notice above the content of the site, so everything is pushed down below it? At the moment it covers the site top bar and logo. I have tried changing its position via css but no luck, think it may need some php? July 3, 2020 at 6:20 am #1350493 DavidStaff Customer Support Hi there, try this CSS: /* Desktop */ .woocommerce-demo-store { margin-top: 70px; } /* Mobile */ @media (max-width: 768px) { .woocommerce-demo-store { margin-top: 90px; } } Adjust the margin-top values to suit the height of your notice. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In