how to reset menu settings to default theme settings studio theme

Solved

how to reset menu settings to default theme settings studio theme

HCM15
Excursionist
41 0 8

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 

www.campomadero.com

Captura de pantalla 2025-01-29 a la(s) 2.41.51 p. m..png

Accepted Solution (1)

vm-web
Shopify Partner
154 10 29

This is an accepted solution.

@HCM15 

Please add the following css code to your assets/component-menu-drawer.css bottom of the file.

.header__icon--menu {
    position: absolute !important;
}

Thanks!

If helpful then please Like and Accept Solution. | Email: vickyzilpe@gmail.com

View solution in original post

Replies 2 (2)

vm-web
Shopify Partner
154 10 29

This is an accepted solution.

@HCM15 

Please add the following css code to your assets/component-menu-drawer.css bottom of the file.

.header__icon--menu {
    position: absolute !important;
}

Thanks!

If helpful then please Like and Accept Solution. | Email: vickyzilpe@gmail.com
HCM15
Excursionist
41 0 8

it works thanks!