Tagged: x Author Posts February 15, 2017 at 1:54 pm #1372405 marxfoodParticipant Hello – I have a pretty extensive mega menu on my site & I would like to have it expand when the category / sub-category text is clicked. Right now it only expands when the icon to the right is clicked. Thanks for your help!! February 15, 2017 at 2:04 pm #1372411 marxfoodParticipant This reply has been marked as private. February 15, 2017 at 10:25 pm #1372978 RupokMember Hi there, Thanks for writing in! Top level menu might have link itself, so it’s the usual behavior to trigger them with the icon. You can try adding this under Custom > CSS in the Customizer. .x-sub-toggle { width: 100%; text-align: right; transition: 0s; -webkit-transition: 0s; } .x-sub-toggle.x-active { text-align: left; } Cheers! February 16, 2017 at 10:18 am #1373726 marxfoodParticipant Awesome! had to do a little tweaking, but that did it. thanks for your help!! February 16, 2017 at 11:13 am #1373802 Prasant RaiModerator You are most welcome. 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1372405 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In