Site logo

[Support request] create custom search

Home Forums Support [Support request] create custom search

Home Forums Support create custom search

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #2418859
    Fernando
    Customer Support

    Hi Shami,

    Are you wanting the input box and the two icons side by side?

    That would cover up the placeholder though. Example: https://share.getcloudapp.com/E0uR5vW5

    Let us know what you prefer.

    If it’s something like this for instance: https://share.getcloudapp.com/YEuDgEKJ

    Here’s a CSS you may try adding:

    .search-input-wrapper input#nav-search {
        margin-bottom: 8px;
    }
    .search-input-wrapper button.search-submit {
        margin-left: auto;
        border-radius: 16px 0 0 16px;
    }
    
    .search-input-wrapper span.search-item.active.close-search {
        margin-right: auto;
    }
    
    .search-input-wrapper span.search-item.active.close-search a span {
        margin-right: auto;
        border-radius: 0 16px 16px 0;
    }
Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.