Archived topic
woo commerce store notice placement on mobile
6 replies · Started by Henry Bowman on November 18, 2021
It's that time of year when we use the woo commerce store notice for shipping deadlines. The problem is that on the mobile version the store notice covers up all the navigation options until the notice is dismissed.
Is there a way to have the woo commerce store notice displayed on the bottom of the page as opposed to the top for the mobile version, or all versions?
Hi there,
Looks like your site has GeoLoc on so we aren't able to view it:
https://www.screencast.com/t/aHQ6UEmR
Can you unlock it for UK and Canada?
Ah, yes. We have taken to GEO blocking to stop our many foreign firewall nemesis's. I will open up the UK and Canada for you temporarily.
Hi Henry,
Give this CSS a try:
p.woocommerce-store-notice.demo_store {
position: relative;
order: -1;
}
body {
display: flex;
flex-direction: column;
}
Let me know if this helps :)
I think that will work, thank you )
No problem :)
:)