How can I make my navigation dropdown vertical on my website?

How can I make my navigation dropdown vertical on my website?

EB_Admin
Tourist
16 0 1

would like my dropdown vetical 

instead of this 

EB_Admin_2-1698736681781.png

 

 

this 

EB_Admin_1-1698736643438.png

 i have shortened the width but unable to align it verically.

url: https://www.theearthbands.com

EB_Admin_3-1698736773347.png

 

thank you

Replies 2 (2)

Artzen_tech
Shopify Partner
552 113 111

Hi @EB_Admin 
Its Artzen Technologies! We will be happy to help you today.


Go to OnlineStore-> EditCode-> Assets-> Base.css (or the file which you are using for CSS)
Add the below CSS to the CSS file.

.dropdown .menu{
   display: flex;
   flex-direction: column;
   left: 44%;
}

Below screenshot is the solution image after applying the CSS.

Artzen_tech_0-1698740754462.png


Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
EB_Admin
Tourist
16 0 1

thank you for your help 

on adding the above my other menu dropdown option  is coming differently 

EB_Admin_0-1698831093977.png

 

i have added custom css to make menu display like this

EB_Admin_1-1698831216067.png

 

is there anyway i can make dropdown vertical but if content is more it automatically goes to second column

 

thank you