Hello, the searchbox is not displayed correctly on extra small layout /mobile device/ (after turning on)
thank you.
searchbox - on (extra ) small layout
- Edited
biglaci Try add this to custom.css file :
@media (min-width: 320px) and (max-width: 480px){.nav-search input{display:inline !important;}.nav-search{float: right;margin-top: -35px;}}
Ensure to clear your browser cache if changes dont reflect
thank you, it's perfect on mobile, but on desktop(chome,firefox) there is 1 pixel shift between input and button. - but for me it's ok,
thank you one again
aman204 locked the discussion.