1. Home
  2. Appearance
  3. How to Show Social Icons on Mobile

How to Show Social Icons on Mobile

The social media icons in the header are hidden by default on mobile devices.

How to Display the Social IconsHow 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%;
   }
}
Updated on March 5, 2025

Was this article helpful?

Related Articles


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.