Hello @Official-Kortez
Thanks for the info, try this one.
- From your Shopify admin dashboard, go to “Online Store” and then “Themes”.
- Find the theme you want to edit and click on “Actions”, then select “Edit code”.
- In the “Assets” folder, locate and click on the CSS file (often named something like styles.css or theme.scss.liquid).
- Add your custom code at the bottom of the file or wherever it’s appropriate based on your needs.
.header-wrapper header.header {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
padding-bottom: 0 !important;
}
.header-wrapper header.header nav.header__inline-menu {
margin: 0;
}
