Hi,
On a small screen and on mobile the social media icons don't display. I added in the following custom code which solved that issue.
#socialmedia {
display: inline-block !important;
}
But this then caused the responsive menu to stop working.
Is there any other way to get the social media icons to always display?