Header Menu Issues ( Shopify Dawn Theme )

Hello Everyone!

I would like to keep the support menus in the marked area. Please help me. Thank you.

Store Url: https://blue-chic-clothes.myshopify.com/

Password: Admin

Hello,

Your request is not clear can you clarify please

It’s fixed in my side

1 Like

can the background be kept like this? No need to change the background color.

Yes, Remove the mega menu of SHOP, it will automatically convert into Dropdown

Give me collaborator access, I will fix it asap.

1 Like

Don’t want to have background on the left and right side of the blue mark. It will be a dropdown menu.

I think you have mega menu in customizer as the name of SUPPORT, try to remove it, then it become only dropdown (Background in two side become invisible)

Or give me collaborator access

Hi @dreamtechzone_5 ,

You can follow the steps here:

Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there

Here is the code for step 3:

div#MegaMenu-Content-6 .mega-menu__list > li {
    width: 50%;
    margin-left: auto;
    max-width: 100%;
}

Here is the result:

Please let me know if it works!

Best,

Daisy