How can I adjust text and icon positions in my header?

Topic summary

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:

  • Navigate to Shopify Admin → Online Store → Themes → Actions → Edit Code
  • Open the Assets folder and locate the main CSS file (base.css, style.css, or theme.css)
  • Add the following CSS at the bottom:
header {
  max-width: 100% !important;
}
  • Save changes

Liquid Template Method:

  • Access Online Store → Theme → Edit Code → theme.liquid
  • Insert custom markup code (specific code snippet appears corrupted in the original post)

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.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

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

1 Like

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