Hi,
I tried the following CSS to move the site wide notice to the bottom of the page, however the text is now blocking the entire page. Please see screenshot here http://prntscr.com/f1p354
Please guide me on what changes are required in the CSS below.
p.demo_store{
position: fixed;
left: 0;
bottom: 69px;
right: 0;
margin: 0;
padding: 1em 1.41575em;
background-color: #3D9CD2;
z-index: 999;
}
Thanks.
Hey Micoenfold,
Can you give us a link to the page mentioned? so we can take a closer look.
Best regards,
Nikko
Thanks for replying Nikko!
Currently I am developing locally using XAMPP so I would be unable to share the link.
Can you help by testing locally at your end?
My objective is to use the Store Wide notice for information from time to time. I intend to keep this fixed at the bottom.
Thanks.
Hi!
When you have the site up, please feel free to reply in the topic again, so we can be able to help you further by checking.
Thank you very much
Cheers!
Basilis
p.demo_store {
position: fixed;
top: inherit;
left: 0;
bottom: 69px;
right: 0;
margin: 0;
padding: 1em 1.41575em;
background: -webkit-linear-gradient(#3D9CD2, #3D9fff);
z-index: 999;
}
Awesome! Thank you! This is exactly what was required!
Hi Micoenfold,
Glad to hear that it’s fixed :)
@mensmaximus: Thanks for helping out :)
Best regards,
Nikko