Forum Replies Created

Viewing 10 posts - 1,431 through 1,440 (of 1,719 total)

You must be logged in to create new topic or reply to the topic.

  • Author
    Posts
  • in reply to: Mobile search #3163
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    To achieve this, please change the menu search form style to Dropdown or Sliding as described in the below page.

    Change Menu Search Form Style

    in reply to: Format Appearance of the Search Box #3162
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I can’t see options for the font size or the padding in the customizer, can you share a CSS snippet with me for these pieces?

    You can change it using below CSS code.

    header #head_wrp .is-search-form input.is-search-input {
        padding: 8px 8px;
        font-size: 15px;
    }
    in reply to: Repositioning Search bar. #3161
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I still need to mover the search bar over to right side of the header.

    This code did not work:
    li.is-menu {
    margin-left: 25px;
    }

    I can see that code is working on your site.

    Just increase the value 25 in the above code to move it more to the right side of the header.

    Additionally, the button is not aligned with the bottom of the search input field. Is there a way to do this?

    Please use below CSS code to align the button.

    li.is-menu input.search-form-submit {
        padding: 13px 20px;
    }
    in reply to: Mobile search #3142
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I hope you are well today and thank you for your question.

    Could you please share your site URL where it’s displaying so that I can help you?

    Best regards,
    Ivory Search Support

    in reply to: Format Appearance of the Search Box #3136
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You can make changes in the style of search form using Search Form Customizer as displayed in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Repositioning Search bar. #3135
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You can change the button color using below CSS code.

    li.is-menu input.search-form-submit {
        background-color: #018ABE;
    }
    in reply to: Format Appearance of the Search Box #3125
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I hope you are well today and thank you for your question.

    You can change its width by adding the below CSS code in the Custom CSS option of Ivory Search plugin settings on the path Ivory Search -> Settings -> Settings

    .is-menu input.is-search-input {
        width: 200px;
    }

    The search form is not overlapping on the View Cart button but the View Cart button is going under the search form, therefore, reducing the width of the search form won’t make any difference.

    You have to contact your theme support to move the position of View Cart button.

    Best regards,
    Ivory Search Support

    in reply to: Repositioning Search bar. #3124
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    Could you please share your site URL where it’s displaying so that I can help you?

    in reply to: how do I get to exclude older versions of my posts? #3110
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    I hope you are well today and thank you for your question.

    I am not sure what you meant by “previous versions of an updated post” so could you please describe it a bit more and also share the search page URL from your site where it is displaying so that I can help you?

    Best regards,
    Ivory Search Support

    in reply to: The search icon appears below #3096
    Ivory Search
    Keymaster
    • Topics: 0
    • Replies: 1,824

    You are most welcome, I’m glad I was able to help you with this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://wordpress.org/support/plugin/add-search-to-menu/reviews/?filter=5

    I’d really appreciate that. 🙂

    And if I can be of any further assistance please don’t hesitate to ask.

    I need the text (Zadejte hledaný výraz) smaller and the search box smaller.

    Use below custom CSS code to achieve this.

    .is-search-form.is-form-style input.is-search-input {
        font-size: 13px;
    }
    
    .is-search-form.is-form-style .is-search-icon {
        padding: 4px;
    }
Viewing 10 posts - 1,431 through 1,440 (of 1,719 total)

You must be logged in to create new topic or reply to the topic.