Hi
Please could you provide the code needed to make the search bar round for the expanse theme, I’ve attached an example below.
Kind Regards, Tom
Hii, @Anonymous
Can you send me your store URL so,
I can resolve your problem.
Thank You.
Please share your store URL.
Hi
The Domain is: www.ribbleappliances.co.uk with the expanse theme.
Hi
The domain is: www.ribbleappliances.co.uk
Please add the following code at the bottom of your assets/theme.css file.
.site-header__search-input{
border-radius: 25px !important;
}
Hope this works.
Thanks!
Hi
Thanks that worked! Is there a solution to centre the search bar?
Kind Regards, Tom
hii, @Anonymous
Paste this code in the top theme.scss file.
.site-header__search-form{
left:137px !important;
}
Thank You.
Hi
Is this to centre the search bar?
Kind Regards, Tom
@Anonymous
yes!!
this doesn’t seem to work for mobile browser it shifts it off to the right, is there a mobile version of that code?