Hey!
Currently my dropdown menus automatically list collections below each other.
I would like to customise them so some sit side by side. Please see image example.
Thank you!
Hello @armussett
You can follow this article in Shopify to create side by side menu https://help.shopify.com/en/manual/online-store/menus-and-links/drop-down-menus
If it doesn’t work, you can send me your store url so I can check it for you
Kind & Best regards,
GemPages
Hello @armussett
Please share your store URL.
Add this CSS below of Online store >> Edit code >> Assets >> theme.css file
.menu__item.grandparent {
position: relative !important;
}
.grandparent .header__dropdown {
width: 100% !important;
max-width: 300px !important;
min-width: 400px !important;
left: -135px !important;
}
If our solution helps you then please mark it as accepted solution.
Hi! Can you remind me where I need to paste this in the code body in order for it to work?