Move Search Bar to align with last menu item

Hello,

Can someone please tell me how to move over the search bar to be aligned with the last menu item.

https://pxvzy68sgrylwy92-55024255114.shopifypreview.com

Hi @Only1mrsfragili

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

1 Like

I had to play with the percentages a little bit, but It worked perfectly :slightly_smiling_face: