Hello,
i was wondering if theres any way to change the positioning from the text in the header?
i want to text to be more to the left and the icons more to the right..
(watch picture)
url: sixdreamz.com
theme: sense
A user seeks to reposition header elements, specifically moving text to the left and icons to the right. The discussion includes two solution approaches:
CSS Method:
header {
max-width: 100% !important;
}
Liquid Template Method:
Both responses recommend marking helpful solutions and include reference images showing the expected results. The thread appears to offer troubleshooting guidance for Shopify theme customization, though some technical details in the posts are partially garbled.
Hello,
i was wondering if theres any way to change the positioning from the text in the header?
i want to text to be more to the left and the icons more to the right..
(watch picture)
url: sixdreamz.com
theme: sense
Hi @sixdreamz
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.header {
max-width: 100% !important;
}
And save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Amandalman,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about Change Text Position In Header , let’s try this solution:
Online Store ->Theme ->Edit code → theme.liquid
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly