I need help with aligning my search box in mobile view. It will only align in the home page of the site (because of the free shipping bar), but is missing 1/3 of the search box in other pages (which dont have the free shipping bar)
URL: slickmod.com
Here is picture for reference.
Hi @sabor ,
You can follow the instruction below:
@media (max-width: 551px){ .search-bar { margin-top: 11px !important; } }
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.