Tagged: social profile, social-icon
How to enable top social profiles icons (from top bar) on phones? For some unknown reason aren’t visible on mobiles.
My website: https://www.sadecki.news/
Dear Theme Horse Support Team, How long should I wait for your support???
Hi Roman Wisniak,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (max-width: 575px) { .info-bar .col-auto { -webkit-transform: none; -ms-transform: none; transform: none; } .info-bar .social-profiles { display: flex; } }
Thanks
Thank you very much for help. It works. 🙂
Welcome anytime Roman.