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*

Search when Viewing on iphone/android phones

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39035
    dheerajsingh2109
    Participant

    Hi,

    Is there a way the search and social icons can be displayed when viewing the site on iphone/android mobile devices.

    Thanks

    #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!

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