I am facing an issue for align my Shopify store Search bar to left side from right side with cart and account by defacut given at this position in shopify dawn theme.
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Best regards,
Devcoder ![]()
This is my website url: https://www.zarclothing.com.pk/
i solve this issue but now i am facing an issue i want to align my Collection title in center of Home page where i can add new collection it show title at the center.
Please note i am not a hardcore developer.
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset > base.css and paste this at the bottow of the file:
.collection__title.title-wrapper {
text-align: center;
}
Hi @sultanaliseo,
If you aren’t able to select the element in the theme editor and change the “text position” to center, go to the edit code option of your theme and look for the folder assets, then look at the file ending in .css - open each one and search for “.collection-hero__title”, then update it like this:
.collection-hero__title {
margin: 2.5rem 0;
text-align: center;
}
Should do the trick.
Let me know if it helped!
-
Go to your Shopify Admin > Online Store > Themes.
-
Click the Customize button next to your active Dawn theme.
-
On the left-hand sidebar, click on the Header section.
-
Look for the Desktop logo position setting in the settings panel on the right.
-
Change this setting to Top left or Middle left.
This will automatically shift your logo, pushing the search bar over to the left side while keeping your cart and account icons cleanly on the right.
this can be done, i’m sure shopify support we response soon

