Home › Forums › Education Mind › Submenu with two or more columns
- This topic is empty.
-
AuthorPosts
-
November 15, 2018 at 10:32 am #8385AnonymousInactive
Dear supporter,
i got one Problem in work with that theme. i have a mainmenu with a submenu list, that is too Long for one column.
so i have to create two or more columns for that theme.
the first steps with max mega menu dont lead to success because they use a bad design for the menu, that dont suits in this theme.
i found the Definition from main menu in style.css but i am unable to create a first and second column in css.
do you have a short Code for this?
i got the Option in wp menu too add a css Code. so the solution is to insert a few lines for colums, that i can use at the css Definition for every menu Point.
Maybe i come alone to this solution, than i will post it here.
But Maybe ist not much work for you to write two blocks, each for one column and make it public here.
we will see who is faster.
king regards
janNovember 21, 2018 at 4:17 am #8463Axle SupportModeratorHello. Thanks for the question but we are not getting the issue clearly. In theme we have not tested any kind of mega menu. So, it would be difficult for us to perform what you are referring. Sorry for the inconvenience.
November 24, 2018 at 4:04 pm #8812AnonymousInactiveNo Problem.
It is possible over max mega menü with adjustment.
You have to take the right colors from style.css in main folder from education-mind out of the parts for the menü.
the same font is not available but another that is nearly the same.
now after a few h work the menü is nearly the same with different columns in submenü.
because max mega menü have a hoover that is not adjustable, i suggest to take this into the custom css:
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link::before {
margin-right: 0px;
}it delete the hover that dont suits to the menü. its a mistake that max mega menu have a hoovereffect in background that is not shown in settings. this effect moves the hooved buttons and all following menu point to the right side.
its like a insertion for vertikal lists, but in horizontal its bad to move the whole menü….
so here is a working solution that.
-
AuthorPosts
- You must be logged in to reply to this topic.