Search box not aligning correctly in other pages, only home page

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:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.css->paste below code at the bottom of the file:
@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.