One of the drop down menu is too long, how can i split it in to 2 columns?
I want to split the second drop-down menu, not the first one.
One of the drop down menu is too long, how can i split it in to 2 columns?
I want to split the second drop-down menu, not the first one.
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Please add below css code in bottom of assets/theme.scss.css file
ul#MenuParent-4 {
width: 380px;
}
#MenuParent-4 li {
display: inline-block;
width: 48%;
}
Thank you.