[Resolved] woo commerce store notice placement on mobile

Home Forums Support [Resolved] woo commerce store notice placement on mobile

Home Forums Support woo commerce store notice placement on mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2009646
    Henry Bowman

    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?

    #2009858
    Leo
    Staff
    Customer Support

    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?

    #2010154
    Henry Bowman

    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.

    #2010164
    Ying
    Staff
    Customer Support

    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 πŸ™‚

    #2010177
    Henry Bowman

    I think that will work, thank you )

    #2010281
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

    #2010767
    Henry Bowman

    πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.