Store notice position
-
Hello,
I need to use the store notice, but it overlaps the web′s menus and banner (see here: https://imgur.com/YEiAIMF )
How can I change the position (and background color if possible)?Thanks for your help….
P.S. I tried this I found somewhere but it did not work:
/* Change Store Notice to bottom */
.demo_store {
background-color: #3d9cd2;
bottom: 0px; /* Changing the value to 0 will make it sticky at the bottom */
color: #fff;
left: 0;
margin: 0;
padding: 1em 1.41575em; /*padding: 1em0;*/
text-align: center;
position: fixed;
right: 0;
color: #fff;
z-index: 999;
}The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Store notice position’ is closed to new replies.