Tagged: x Author Posts May 7, 2016 at 11:47 am #980252 hhXParticipant Hello, I am trying to adjust the megamenu in a way that it doesn’t use 100% of the width. After searching the forum I applied the following custom css after adding the classes x-megamenu col-2 custom-width-1 to the menu element .x-megamenu .col-2 .custom-width-1 > ul.sub-menu{ width: 600px; left: auto !important; } However, it still doesn’t work. Could you please have a look? Thank you. May 7, 2016 at 11:49 am #980253 hhXParticipant This reply has been marked as private. May 7, 2016 at 11:25 pm #980684 RadModerator Hi there, Thanks for writing in. Please change your CSS to this, .x-megamenu.custom-width-1 > ul.sub-menu { max-width: 600px; margin: 0 auto; position: absolute; left: 30% !important; } Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-980252 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In