Tagged: button, relevanssi, search
I want to add a Relevanssi search field to a specific page. I tried using both methods suggested by Relevanssi, namely shortcode and html code. In both cases, the search button appears in the wrong place and is formatted strangely. Instead of being located below the search input field, the submit button is “floating” to just under the color section above where I place the search field.
Screenshot:https://snag.gy/qJzS35.jpg
Hi 1039 Online,
Please try the following in Quick CSS under Enfold–>General Styling:
#top #searchsubmit {
width: 85px !important;
position: initial !important;
}
Regards,
Rikard
Rikard, your code worked fantastically. I added “margin-top:5px!important;” to it to give the button some breathing room.
Thanks!