Comments awad1995 started the conversationDecember 13, 2021 at 10:54ami 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 3,002PenciDesign repliedDecember 13, 2021 at 10:58amHi,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. Sign in to reply ...
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
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.