changing position of search bar to middle in turbo theme

Im using turbo theme, i dont like my current layout as search bar is on right side, how to move it to middle.

thanks

1 Like

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

hello @rads091

please share your web URL and if any password then please share your password

sent you message

1 Like

sent you pm

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >styles.scss.css and paste this at the bottom of the file:
.logo-align--left .menu li.search_container {
margin-top: 0;
margin-bottom: 10px;
width: 35%;
}

.logo-align--left .menu {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

thank you pallavi for your kind help. :slightly_smiling_face:

1 Like