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*

Social profiles icons on smartphones.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #89104
    Roman Wisniak
    Participant

    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/

    #89248
    Roman Wisniak
    Participant

    Dear Theme Horse Support Team,
    How long should I wait for your support???

    #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

    #89269
    Roman Wisniak
    Participant

    Thank you very much for help. It works. 🙂

    #89332

    Welcome anytime Roman.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.