How can I increase the drop down menu width in the Debut theme?

We are looking to increase the width of the drop down menu in the Debut theme. If we add any additional text in the middle “food hall” menu it moves the menu down.

Our shop URL is https://teaatthewhitehouse.com

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.liquid and paste this at the bottom of the file:
@media only screen and (min-width: 750px){
.medium-up--one-half {
width: 100%!important;
}
}
Show More

I’ve added that code but it doesn’t seem to change anything to the menu.

I’ve added that code but it doesn’t seem to change anything to the menu.