Site logo

Archived topic

woo commerce store notice placement on mobile

6 replies · Started by Henry Bowman on November 18, 2021

Viewing posts 1–7 of 7

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?

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 :)

:)

This archived topic is closed to new replies.