Site logo

Archived topic

Woocommerce Store Notice bottom but sticky

3 replies · Started by Kris on August 13, 2019

Viewing posts 1–4 of 4

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

Hi there,

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

Hi David,

Yep. That did it.

Thanks!
Kris

You're welcome

This archived topic is closed to new replies.