Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1372405
    marxfood
    Participant

    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!!

    #1372411
    marxfood
    Participant
    This reply has been marked as private.
    #1372978
    Rupok
    Member

    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!

    #1373726
    marxfood
    Participant

    Awesome! had to do a little tweaking, but that did it. thanks for your help!!

    #1373802
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1372405 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>