How do I create a two-column drop menu with 'whiskey' as a title on Dawn theme?

Hello,

hope you can help me. I am new here and i need to do a good navigation drop menu

I need to have two columns and whiskey as a title (bold) and bigger

I would be grateful if you can help.

Using dawn theme and this is the link : https://daccache.myshopify.com/

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

I have solved your problem in the backend of your store. And it looks pretty good over there.

The solution for that navigation was

The CSS which I added for that is:-
.mega-menu__list ul{
display: grid;
grid-template-columns: repeat(2,minmax(0,1fr));
}

If the solution helped you then please mark it as accepted.

Let me know if need further assistance
Regards,
Artzen Technologies

1 Like