Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #637627

    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

    #637883

    Hi 1039 Online,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top #searchsubmit {
        width: 85px !important;
        position: initial !important;
    }

    Regards,
    Rikard

    #638101

    Rikard, your code worked fantastically. I added “margin-top:5px!important;” to it to give the button some breathing room.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Relevanssi search button appears in wrong place’ is closed to new replies.