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
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
Hello There,
@media only screen and (min-width: 750px){
.medium-up--one-half {
width: 100%!important;
}
}
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.