How can I resize the menu drop down in Shopify?

Hello, I am trying to get the menu drop down to be just a smaller size. Right now it spans across the whole screen, and there doesn’t seem to have any theme settings to change the size of it.

Here’s a screenshot for reference :

The result that I’m trying to get :

SImply there are two steps

First change the logo position in Header Section where option mentioned as “Desktop Logo Position” (As mentioned in first Image)

Then change the drop down menu where option mentioned as “Desktop Menu Type”

Hi @Luzie_1

Would you mind to shar your store URL? Thanks!

Hi! I’m having the same issue with my Canyon theme. The drop down menu is huge, and I can’t find how to change the colors anywhere. Here is the difference from just the home page to as soon as the menu opens.

You can change the color by using custom CSS

.header__navigation .header__nav-item .top-link {
color: #000 !important;
}