June 5, 2021 at 1:49 pm
#89267
Theme Horse Support Team
Keymaster
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