Hi, I want to make a split sub-menu at least in 2 columns, I added this CSS code to my header menu but didn’t work,
So can you give me a CSS code to work it out or is there another way to create 2 columns sub-menu without code?
I’ll leave you relevant images again
*CODE I ADDED*
`.sub-menu-columns ul.dropdown-menu li {
display: inline-block;
float: left;
width: 200px;
}
.sub-menu-columns ul.dropdown-menu li:nth-child(odd) {
float: left;
margin-right: 10px;
}
.sub-menu-columns ul.dropdown-menu li:nth-child(even) {
float: right;
}
Attachments:
You must be
logged in to view attached files.