<em>@farhady 189252 wrote:</em><blockquote>Thank you @korb!
It works very well. But I got a problem with the MegaMenu-Position now.
It appears over the green button and is out of the wrap.
How can I fix it and change the position?</blockquote>
Assume the additional class you add is “right-stick”, then you should add this style to template css/menu/mega.css::
.ja-megamenu ul.level0 li.right-stick {
float: right!important;
margin-right: 10px !important;
}
.ja-megamenu ul.level0 li.right-stick .childcontent {
right: -34px !important;
}
(you could change the number to make it fit to your site)