Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #115983
    Peuch Polymem
    Participant

    Hi,

    How to put the Search bar and social icons on the same line ?
    I have trie several css but without success.
    At this moment, Search and Social icons are in Widgets Header right.

    Thank you!

    #116064
    Mahesh
    Keymaster

    @cpeuch: Sorry for the late reply. We just had WordCamp KTM 2017. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 991px) {
    	#header-right-search {
    		float: left;
    		margin-right: 5px;
    		margin-top: 4px;
    	}
    
    	#header-right-social-icons {
    		float: left;
    	}
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search bar and social icons on the same line’ is closed to new replies.