Hi there!
Thanks for reaching out.
I have found out that your button addon settings inside the module was as follows:
https://cleanshot.com/share/YkvGkLMF
So, I have turned off hidding the button for your smaller devices. Then I found out the button position isn't right, and you have placed the following custom css:
https://cleanshot.com/share/pbSKgZJZ
I have removed that CSS and the buttons are well visible there. But it overlaps with the logo. Just need to reallocate the space of them I think.
So I added the following code in your custom CSS:
@media(max-width:992px){
#sp-logo{
width: 40% !important;
}
#sp-menu{
width: 60% !important;
}
#column-wrap-id-1611232682393,#column-wrap-id-1611232682393{
padding: 5px;
}
}
Let me know your thoughts.
Best regards,