Hi
Please could you provide a solution to minimising the search bar on my websites mobile version only.
URL: www.ribbleappliances.co.uk , I am using the theme “expanse”
Kind Regards, Tom
Hi
Please could you provide a solution to minimising the search bar on my websites mobile version only.
URL: www.ribbleappliances.co.uk , I am using the theme “expanse”
Kind Regards, Tom
Please add the following code at the bottom of your assets/theme.css file.
@media screen and (max-width: 768px){
.site-header__search-form{
left: 0px !important;
}
}
Hope this works.
Thanks!
sorry for that issue can you please try
@media only screen and (max-width: 768px) {
form.site-header__search-form {
left: 0 !important;
}
}