Hello! I have put the Event Search short code on the home page/welcome page of my website. How do I adjust the width of the search bar? As you can see, the search button is being pushed below the bar! Help!
CSS is your friend here. Add the following to your themes style.css file or better yet to a plugin such as My Custom CSS
#ee_autocomplete {
max-width: 360px;
}
Viewing 2 reply threads
The support post ‘Event Search Bar Short Code’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.