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: Search when Viewing on iphone/android phones

#39073

Hi Dheeraj,

To show the social profiles and search in smaller devices Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

@media only screen and (max-width: 767px) {
	.social-profiles {
		margin-top: 12px;
	}
	.social-profiles, .search-toggle {
		display: block;
	}
	.social-profiles, .social-profiles ul {
		float: left;
	}
	.search-toggle {
		float: left;
		margin: 20px 5px 0;
		position: relative;
	}
	#search-box {
		right: 25px;
		top: 60px;
	}
}

Thank you!