Help Needed with Two Bug Fixes in My Shopify Theme

Hi @pfenniger ,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

@media screen and (min-width: 768px) {
    .header.header--center .header__menu-wrapper {
        justify-content: center !important;
    }
}