Is there supposed to be a way to specify a way to distinguish the columns in a dropdown megamenu?

The issue isn't on the top menu and doesn't apply to a single-column dropdown menu, but when there is more than one column, it looks like there should be some soft of divider, perhaps through border-right and/or border-left?

If this is a setting somewhere, please let me know where. If not, perhaps it could be added somewhere?

Currently, it appears that settings in global.css and colors.css are making any sort of separation between the columns invisible.

Thanks for migrating your theme!

Comments

ajross’s picture

I'm afraid I didn't do any styling or testing with megamenus, only the single column superfish menus. I will try to check this before the next release and see if it is something I can add. Although I'm a bit swamped right now, so it probably won't be really soon. If you are able to figure out what styles need to be added and can post them here, I'd be happy to try and incorporate them too, and that might speed up the process. But sorry, I'm afraid that is just not something I incorporated.

jsibley’s picture

I believe that one solution is to change or override the border-left properties within the superfish menu. For example, border-left: 1px solid black seems to look ok on my site.

I tried #block-superfish-1 ul li but that didn't seem to work, but #menu-bar ul li seems to have a high enough priority to work.

This may be a clumsy way of handling this, but so far, it works for me.

ajross’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Custom formatting for megamenus is beyond what I am able to maintain in this theme. But thank you for posting your solution here.