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 #2937135
SEARCH BUTTON
Closed

Comments

  • awad1995 started the conversation

    i putted search icon n right of the header when i click on it it show on right but the search form of it not showing all of it 

  •  2,492
    PenciDesign replied

    Hi,

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

    .header-search-style-showup .penci_nav_left .show-search {
        left: auto;
        right: 0;
    }
    .header-search-style-showup .penci_nav_left .show-search::before {
        left: auto;
        right: 5px;
    }

    Regards,
    PenciDesign.