Thread Starter
jay126
(@jay126)
I tried to customize the code to below and it back to original length .
.site-container > .header-widget-area form.is-search-form {
max-width: 1065px;
margin: 0 auto;
}
Thread Starter
jay126
(@jay126)
Hi Sir,
it works , thanks. however how to make the search bar responsive in mobile?
-
This reply was modified 5 years, 2 months ago by jay126.
Thread Starter
jay126
(@jay126)
HI Sir
I have change accordingly yet the width no effect .
can pls advise?
.header-widget-area form.is-search-form {
width: 1000px;
max-width: 100%;
}