Search bar mobile width problems
-
Hello,
I have a problem with my search bar in the mobile view. The width is very low (the search bar sticks to the right) and I want it to be stretched (centered) like in the normal view. My previous developer left me a js code but I don’t know how edit it accordingly.
function calcSearchBarWidth(){ var mobile = checkMobileHeader(); var adjustment = 150; var wTopbar = 0; if(mobile) { wTopbar = $('.mobile-header-bar').width(); adjustment = 180; } else { wTopbar = $('.header-bar').width(); var adjustment = 150; }
Any help is appreciated!
Best regards,
Kevin
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Search bar mobile width problems’ is closed to new replies.