How To Get A Fixed Info Box For Home Page Like This One?

Hi

How to get a fixed info box for Home Page like this one?

What do you mean with a fixed info box for HOME PAGE? The products in the background or the Cookies .. ?

What do you mean with a fixed info box for HOME PAGE? The products in the background or the Cookies .. ?

I think it's the cookie alert.

I guess so... at the moment only cartbiz is offering something similar and hungryweb has one but that is not being updated to the latest specs. Right now I would contact Fotis of Cartbiz in Greece.

Hi,

Thanks a lot for your replies.

I think was not clear .. I need a fixed/stick info box to show a message for the visitor about an ongoing discount for example ..

like this one:

I am using

https://www.hungryweb.net/cs-cart-addons/cookie-law-responsive.html

and use css class something like this

#hw_cookie_law {
    position: fixed;
    bottom: 0;
    opacity: .9;
    z-index: 1000;
    width: 100%;
    left: 0;
    padding: 15px;
}

I am using

https://www.hungryweb.net/cs-cart-addons/cookie-law-responsive.html

and use css class something like this

#hw_cookie_law {
    position: fixed;
    bottom: 0;
    opacity: .9;
    z-index: 1000;
    width: 100%;
    left: 0;
    padding: 15px;
}

Thanks indeed Darius .. I think I will be using that .. Thanks a lot for sharing that