Hi guys, how can I make my header match the width of the rest of my site? It should look similar to the Taste theme. Any help is greatly appreciated!
Hello @flammagreg ![]()
In Shopify Admin, you can go to Edit theme code, open file base.css, and add this code at the bottom
.header-wrapper {
max-width: var(--page-width);
margin: auto;
}
The result
Hope that helps.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to adjust the header width to fit my website? | 2 | 64 | January 26, 2024 | |
| How can I adjust header width to match the front page on my website? | 3 | 67 | September 1, 2020 | |
| How can I achieve full width for my website header? | 1 | 37 | February 27, 2022 | |
|
How can I improve my website header width for better readability?
Store Design
menu
,
design
,
header
,
customizations
,
collection-page
,
footer
,
landing-page
,
css
,
third-party-themes
,
cart-page
,
metafields
,
shopify-themes
,
troubleshooting
,
html
,
product-page
|
2 | 34 | August 9, 2023 | |
| How can I adjust the header width on my website? | 2 | 119 | October 18, 2023 |


