Move the search to the right of the header?

This is such a small thing but it’s driving me crazy, how do I get the search bar, to the right of the header, by the cart icon?? I’m certain is was there at one point.. but I don’t know what happened. I’ve searched forever for the answer and I can’t figure it out. Help?? Thanks so much.

https://www.westmichiganballoons.com/

Hi @lisahiggins

Search no further :grin: You can follow the instructions below

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
header.header details-modal.header__search {
    grid-area: 1/4;
}

Hi @lisahiggins .

This is PageFly - Advanced Page Builder.

You can go to Online store => themes => actions => edit code and add this code on file theme.css

.header.header.details-modal.header__search{
  grid-area: 1/4 !important;
}

Hope this answer helps.

Best Regards,

PageFly

This worked perfectly, thank you very much!