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.
Hi @lisahiggins
Search no further
You can follow the instructions below
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- 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!