Related articles extended messes up menu
- Posted by Martin (5) Offline
Thank you so much for a very useful extension with just on major flaw: It messes up the main menu on whatever article or menu item the module is assigned to. Specifically, it reverts a two-column dropdown menu to single-column. For easier comparison I only assigned RAE to the one article pointed to in the attached reference link. Thanks für your help!
10 years 11 months ago #1
by Martin
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline
Hi, Can you create a new menu with the related module not published in there? I wan't to compare it
10 years 11 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Martin (5) Offline
Sure thing, and thanks for your quick feedback. I left the module published in the first link and attached you find a link to a menu item without the related module. Here the menu looks like it should, please just take a look at the dropdowns.
10 years 11 months ago #3
by Martin
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline
Hi, can you please open this file : www.selbstlernen24.de/templates/rt_acacia/css/menu.css
then add this code :
10 years 11 months ago #4
by TemplatePlazza
then add this code :
.dropdown {
-webkit-box-sizing: content-box!important; -moz-box-sizing: content-box!important; box-sizing: content-box!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Martin (5) Offline
Just perfect, used your code snippet as an override and it works like a charm. Thank you so much, topic SOLVED!
10 years 11 months ago #5
by Martin
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5262) Offline