Hello,
1. Try to add the following code snippet to the Custom CSS section in Theme Settings to show the message
p.demo_store {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0;
width: 100%;
font-size: 14px;
padding: 10px 0;
text-align: center;
background-color: black;
color: #fff;
z-index: 99998;
box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
And this (should be removed when you stop using this notices)
.footer-container {
margin-bottom: 41px;
}
2. Could you please provide a link to the plugin you are using and give more information about what exactly doesn’t work for you?
Regards