[Resolved] Woocommerce Store Notice bottom but sticky

Home Forums Support [Resolved] Woocommerce Store Notice bottom but sticky

Home Forums Support Woocommerce Store Notice bottom but sticky

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #983300
    Kris

    Hi,

    I used this CSS I found on the forum to place the Store Notice at the bottom of a page.

    p.woocommerce-store-notice.demo_store {
        bottom: 0;
        top: auto;
    }

    Is there a way to make this sticky at the bottom?

    Thanks much, Kris

    #983313
    David
    Staff
    Customer Support

    Hi there,

    Try adding a position: fixed; property to that CSS.

    #983317
    Kris

    Hi David,

    Yep. That did it.

    Thanks!
    Kris

    #983342
    David
    Staff
    Customer Support

    You’re welcome

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