[Resolved] I want search to pop out on the same line.

Home Forums Support [Resolved] I want search to pop out on the same line.

Home Forums Support I want search to pop out on the same line.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1929606
    Quested

    Hi,
    My client want to have a same icon bar as this (hidden) website has.
    This (hidden) is my client’s website.

    Kindly help me in this regard.

    Humble Regards
    Ishfaq

    #1929817
    Elvin
    Staff
    Customer Support

    Hi there,

    The reference site is using custom CSS.

    Try adding this:

    .navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus {
    	color: #1d2b46;
    	font-size: 20px;
    	font-weight: bold;
    	height: auto !important;
    }
    
    @media only screen and (max-width: 600px) {
    	.navigation-search.nav-search-active {
    		background-color: rgba(255,255,255,0.95);	
    		margin: 10px 10px 10px 30px;
    		left: 25%;	
    		height: 37px;
    		width: 57%;
    	}
    }
    
    @media only screen and (min-width: 600px) {   
    	.navigation-search.nav-search-active {
    		background-color: white;
    		margin: 10px 10px 10px 30px;
    		left: 55%;
    		height: 37px;
    		width: 37%;
    		overflow: hidden;
    	}
    	
    }
    #1929902
    Quested

    Awesome.

    Worked perfectly.

    Thank you so much.

    #1929904
    Quested

    On Homepage, the gradient covers the full hero section image, how can I acahive the 50% gradient.
    Kindly help. I am using WP Show Posts Pro

    #1930451
    Leo
    Staff
    Customer Support

    Please open a support topic in WPSP’s pro support forum:
    https://wpshowposts.com/support/area/pro-support/

    Thanks!

    #2245613
    Quested

    I want to hide the website link shared in this topic. Kindly do the needful.

    #2245619
    Fernando
    Customer Support

    Hi there,

    Got it.

    Kindly let us know if you’ll need assistance with anything else.

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