Home Forums Claremont Pro search pop up window on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7765
    Boris Gutierrez
    Participant

    When you select the search icon and the form pop ups it does not show properly on a phone.  The color button with the “search” label is cut in half.

    Thanks

    #7767
    Andy
    Keymaster

    Can you please try adding this to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

    .claremont-modal {
        min-width: 300px;
        padding: 20px;
    }
    #7768
    Boris Gutierrez
    Participant

    I added the code but it does not seem to be making a difference on mobile browsers.

    #7769
    Andy
    Keymaster

    Okay, please try this instead:

    .claremont-modal .search-form > * {
        width: 100%;
    }

    This should put the text input and the button each on new lines to stop the button being cut off on narrower screens.

    #7770
    Boris Gutierrez
    Participant

    Andy, I’m happy to report that the original fix you offered on Jul 16 is working now.  I cleared my cache after doing the original fix but it did not seem to take…24 hours later..it works on its own.  A propagation issue?  In any case it’s fixed now.

    Thank you

    #7802
    Boris Gutierrez
    Participant

    This error has been corrected

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘search pop up window on mobile’ is closed to new replies.