dropdown menu in top navigation display in two columns
-
How can i make the dropdown menu in top navigation display in two columns?
I’ve already made a child theme, and triyed this code :/* Expand the width of the submenu to allow space for 2 columns */ #access ul ul { width: 400px; /* Here's a fix for the disappearing submenu too */ top: 30px; } #access li li a { display: block; /*You need to add a height, otherwise some times with larger * heights will push down others. It will basically look messy with * large gaps. */ height: 20px; }
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘dropdown menu in top navigation display in two columns’ is closed to new replies.