Hello,
Can someone please tell me how to move over the search bar to be aligned with the last menu item.
Hello,
Can someone please tell me how to move over the search bar to be aligned with the last menu item.
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css
Step 3: Paste the below code at bottom of the file → Save
form.search__form {
max-width: 90% !important;
width: 100% !important;
}
.search-container {
max-width: 100% !important;
width: 100% !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
I had to play with the percentages a little bit, but It worked perfectly ![]()