I added a sticky bar along the bottom of my page through Notify Snack (http://www.notifysnack.com/)
They offer just what I’m looking for, the only problem is the link overlaps with the regular text & they’re saying it has something to do with possibly a javascript incompatibility and that they can’t help me. I’m hoping you might know what’s going wrong.
THANK YOU!
Sara
Hey SaraMichelle!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div#notifySnack-n7u8658-messages > div > div {
margin-left: -35%!important;
}
Best regards,
Yigit
Ok that TOTALLY worked & you are AMAZING, but I was hoping that I could use a button instead of a link. Can you look again now & see if what’s on there is fixable? If not, it’s totally fine & I’ll use the solution you provided!
Hey!
Please add following code to Quick CSS as well
div#notifySnack-n7u8658-messages > div > a {
width: 100px!important;
}
Best regards,
Yigit
PERFECT!!! Million thanks!