How can I widen the dropdown menu in the Dawn theme?

I’m looking for code to widen the dropdown menu field by 10cm in the Dawn theme.

url: preacha.com

hii, @ebon
Paste this code on top of the base.scss file.

ul.header__submenu.list-menu.list-menu--disclosure.caption-large.motion-reduce {
    width: 265px !important;
}

Thank You.

4 Likes

do you mean base.css and not base.scss

@ebon
Paste the code at the top of the base.css file.
Thank You.

Thank you

2 Likes

I tried pasting that and it didnt work. any suggestions??

I created custom.css and added this code which worked for my site. Now I want to make two column dropdown.