Hi Johan,
Can you please use this CSS in WP Socializer –> Settings –> Additional CSS ?
Once this is placed, you will see the sharebar on the right side instead of left and it does not block the menu.
@media only screen and (max-width: 800px){
.wp-socializer.wpsr-sharebar.wpsr-sb-vl{
right: -1px !important;
left: auto !important;
}
.wpsr-sb-close .wpsr-bar-icon{
opacity: 1 !important;
}
}
Thanks,
Aakash