Hey, trying to build out www.freshproducerecords.com and attempting to get my Artists dropdown menu to rollover to a second column once it hits 10 artists or so, can someone assist me here?
Solved! Go to the solution
This is an accepted solution.
Please place this code at the end of theme.scss
#SiteNavLabel-artists ul {
display: grid;
grid-template-rows: repeat(10, min-content);
grid-auto-flow: column;
}
Thank you for update.
User | Count |
---|---|
449 | |
210 | |
105 | |
90 | |
87 |