Title: sub-menu collapse problem
Last modified: June 30, 2018

---

# sub-menu collapse problem

 *  [betumayo](https://wordpress.org/support/users/betumayo/)
 * (@betumayo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/)
 * hi! i decided i wanted the subcategories to be collapsed in the mobile menues.
   i have a page in hebrew (right to left written) the arrow icon to unfold the 
   submanu is on the right above the text. is there a way to align it to the left?
   also is there a way to change that chavron up/down icon with a plus + and minus–
   icon for opening a closing submenus in moblie??
    thanx!!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10451657)
 * hey,
 * Can you please post a link so I can take a look?
 * I should be able to give you some CSS to fix this.
 * thanks,
    Kevin
 *  Thread Starter [betumayo](https://wordpress.org/support/users/betumayo/)
 * (@betumayo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10451743)
 * hi this is the page
    [https://www.ponponi.co.il/](https://www.ponponi.co.il/)
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10452600)
 * Try adding this CSS to Theme Options> Advanced Settings and let me know if it
   works for you:
 *     ```
       .kad-submenu-accordion-open {
           left: 0;
       }
       ```
   
 * -Kevin
 *  Thread Starter [betumayo](https://wordpress.org/support/users/betumayo/)
 * (@betumayo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10460450)
 * It worked!!!!! thank you kevin!!
    now is there a way to change the arrow for 
   + and – symbols?
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10466674)
 * Sorry, I don’t understand.
 * Are you wanting to change the arrow for the menu being open or closed to a plus
   or minus?
 * -Kevin
 *  Thread Starter [betumayo](https://wordpress.org/support/users/betumayo/)
 * (@betumayo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10480316)
 * hi kevin yes thtas what u want. a plus to open the submenu +
    and a minus to 
   close –
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10480336)
 * Add this CSS to Theme Options> Advanced Settings and let me know if it works 
   for you:
 *     ```
       ul#menu-mobile-menu i.icon-chevron-down:before {
           content: "\f067" !important;
       }
   
       ul#menu-mobile-menu i.icon-chevron-up:before {
           content: "\f068" !important;
       }
       ```
   
 * -Kevin

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘sub-menu collapse problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/sub-menu-collapse-problem/#post-10480336)
 * Status: not resolved