• Resolved needsomeWPhelp

    (@needsomewphelp)


    Is there a way to reduce the width of the search bar? The magnifying glass icon drops onto the next line and looks odd. It may be due to the length of the words “Flashlight Solutions” but I’d like to leave a space between the two words.
    Thanks,
    Mike

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @needsomewphelp,

    Add the below CSS code in additional CSS from customizer.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the below CSS and save it.

    @media screen and (min-width: 1024px) and (max-width: 1199px){
    	.search_form label {
    	    width: 81%;
    	}
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Search Bar width’ is closed to new replies.