How to align search bar and cart icon with the navigation menu

I want it to be like this align with the navigation menu like the red one

please help

store url: testing (makerlab-electronics-ph.myshopify.com)

pass: saboten

HI @niceeee

This is Victor 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 base.css

Step 3: Paste the below code at bottom of the file → Save

details-modal.header__search {

display: flex !important;

align-items: center !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hi sir, how about the search text seems not align

You can try with this code:

.search label.field__label {
top: 20% !important;

}