Header Padding Symmetry Theme

Solved

Header Padding Symmetry Theme

emilyaugstudios
Pathfinder
117 1 55

Hi, does anyone know the best way to make my header length shorter in the Symmetry theme?

 

URL - https://pantee.co.uk/?_ab=0&_fd=0&_sc=1&preview_theme_id=144118972631

 

Currently it looks like this, but I'd like to reduce the white space padding...

Screenshot 2024-08-29 at 12.20.52.png

Accepted Solution (1)

sahilsharma9515
Shopify Partner
1161 145 221

This is an accepted solution.

Hi @emilyaugstudios please add the below code

 

<style>
div#pageheader .container--no-max{
    height: 64px !important;
}
</style>

 

Please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side in your theme.
  6. Add the following code in the bottom of the file above </body> tag

Result:

sahilsharma9515_0-1724932340525.png

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️


View solution in original post

Replies 2 (2)

Rahul_dhiman
Shopify Partner
462 93 96

Hello @emilyaugstudios 
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> main.css
add this code at the end of the file.

.container--no-max {
max-width: 80% !important;
}

result
6.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

sahilsharma9515
Shopify Partner
1161 145 221

This is an accepted solution.

Hi @emilyaugstudios please add the below code

 

<style>
div#pageheader .container--no-max{
    height: 64px !important;
}
</style>

 

Please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.liquid in the code in left hand side in your theme.
  6. Add the following code in the bottom of the file above </body> tag

Result:

sahilsharma9515_0-1724932340525.png

 

If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

 

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

 

Best Regards

Sahil

- Your

 Coffee Tip 

can create magic in coding ❤️❤️

- Need a Shopify Developer? CHAT ON WHATSAPP or EMAIL ME !


- Hopefully the solution will help you. If yes then Please hit

 Like 

and

 Mark it as solution! ❤️