hello, ive messed up the menu with modifications and now when I open it it moves the header logo. can I go back the the theme settings and go from there? TIA
Topic summary
A user encountered a menu issue where opening it caused the header logo to shift unexpectedly after making custom modifications. They sought guidance on reverting to default theme settings.
Solution Provided:
- Add CSS code to
assets/component-menu-drawer.css - Apply
position: absolute !important;to.header__icon--menuclass
Outcome:
- The CSS fix successfully resolved the logo displacement issue
- Discussion marked as resolved
1 Like
Please add the following css code to your assets/component-menu-drawer.css bottom of the file.
.header__icon--menu {
position: absolute !important;
}
Thanks!
1 Like
it works thanks!
