@LeondeCame - add this css to the very end of theme.css file and check , should be like screenshot
.Header__Wrapper .Header__FlexItem--fill {
justify-content: center;
}
Goal: Center the header menu while keeping the mobile hamburger/menu toggle on the left.
Changes implemented:
Issues/regressions:
Context/assets:
Status: Partially resolved. Desktop menu is centered and mobile toggle stays left, but tablet/iPad icon alignment to the right remains unresolved/ongoing.
@LeondeCame - add this css to the very end of theme.css file and check , should be like screenshot
.Header__Wrapper .Header__FlexItem--fill {
justify-content: center;
}