badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Social profiles icons on smartphones.

#89267

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