Alsayel Posted November 29, 2020 Posted November 29, 2020 Site URL: https://www.g11lab.org/ Hi every one, As I have long list of topic under one category, how I can create multiple columns in the drop down navigation menu? or put the list in horizontal instead of vertical? my site issue: the result that I am looking for: My website info: https://www.g11lab.org Pass: 123 Thanks in advance
tuanphan Posted December 5, 2020 Posted December 5, 2020 Add to Home > Design > Custom CSS div.header-nav-folder-content { column-count: 4; width: auto !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Alsayel Posted December 6, 2020 Author Posted December 6, 2020 On 12/5/2020 at 8:25 AM, tuanphan said: Add to Home > Design > Custom CSS div.header-nav-folder-content { column-count: 4; width: auto !important; } Many Thanks @tuanphan I t works. However, some of the sub elements goes in the other columns ! how I can put the element in the same columns? see the attached and can I decrease the font size of the sub elements only? Thanks Again
Alsayel Posted December 6, 2020 Author Posted December 6, 2020 I Use this code before: //Stylized Folder Dropdown Menu @linkBGColor: #cee680; @linkTextColor: #fff; .header-nav .header-nav-item--folder .header-nav-folder-content { padding: 0; .header-nav-folder-item { padding: .5em 1em; } .header-nav-folder-item:hover { background: @linkBGColor; a { color: @linkTextColor; } } }
tuanphan Posted December 8, 2020 Posted December 8, 2020 Did you solve? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.