Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2863735
About Top search box
Closed

Comments

  • tdkevin started the conversation

    Hi, all
    Can the header search box locate on menu left when click as below?
    or just like search style on this support forum in the top-right corner.
    thanks!
    https://imgur.com/a/9oD2Ef5

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pcheader-icon.penci-top-search {
        position: relative;
    } .show-search,
    .sticky-wrapper:not(.is-sticky) #navigation .show-search,
    #navigation.header-6 .penci-menuhbg-toggle, #navigation.header-6 .show-search {
        right: 30px;
        width: 270px;
        top: 45px;
        height: 60px !important;
        left: auto;
    } .sticky-wrapper:not(.is-sticky) .show-search form.pc-searchform input.search-input {
        height: 60px !important;
    } #navigation.header-6 .show-search form.pc-searchform input.search-input {
        height: 100%;
    } .show-search a.close-search {
        top: -45px;
        right: 15px;
    } #navigation.header-6 .show-search form.pc-searchform input.search-input {
        padding: 16px 35px;
    }

    Regards,
    PenciDesign.