The social media icons in the header are hidden by default on mobile devices.
How to Display the Social Icons – How to Add Custom CSS
/* Show Social Icons on Mobile */
@media (max-width: 950px) {
#header_social_icons {
display:block;
margin-top:10px;
text-align:center;
width:100%;
}
}
Need Help?
1. Try searching for answers. Try searching different terms if you can't find a answer. 2. Try troubleshooting if something is not working.
3. If you can't find answers, click to leave a comment. Provide website links and detailed information.