Search button misalignment

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search button misalignment

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44808
    crispdesign
    crispdesign
    Participant

    Hello, I have added a search button to the bottom of my search dropdown but I can’t seem to get it to align to the right of the entire dropdown. It seems to be aligning with the first column and not the entire dropdown.

    Attachments:
    You must be logged in to view attached files.
    #44812
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    It’s a bit tricky, but still doable. It is a flex layout so some custom CSS is required. To get it to the right side, use:

    div.asp_w.asp_sb.searchsettings fieldset.asp_s_btn_container {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #44814
    crispdesign
    crispdesign
    Participant

    Excellent! That worked! However, I was fiddling around with the plugin and I have the results opening in a search page, but now they are showing at the top of the search bar. I am not sure what changed, when you click search, I want it to open on the search page.

    #44829
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    You are welcome!

    Make sure to check if the search button is set to redirect to the results page here: https://i.imgur.com/0MbB3Zl.png
    That should do the trick 🙂

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #44835
    crispdesign
    crispdesign
    Participant

    Ah yes, that did the trick! Thanks…there are quite a few buttons and settings that I am still figuring out so I get lost sometimes! Really appreciate your help!!

    #44837
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.