Title: lightningfruit's Replies | WordPress.org

---

# lightningfruit

  [  ](https://wordpress.org/support/users/lightningfruit/)

 *   [Profile](https://wordpress.org/support/users/lightningfruit/)
 *   [Topics Started](https://wordpress.org/support/users/lightningfruit/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lightningfruit/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lightningfruit/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lightningfruit/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lightningfruit/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lightningfruit/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Remove space between open pushed menu and pushed button](https://wordpress.org/support/topic/remove-space-between-open-pushed-menu-and-pushed-button/)
 *  Thread Starter [lightningfruit](https://wordpress.org/support/users/lightningfruit/)
 * (@lightningfruit)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-space-between-open-pushed-menu-and-pushed-button/#post-7010146)
 * Thanks for the quick response mate. Understand your reasoning but unfortunately
   have already settled the design with the client. CSS won’t work unfortunately
   as the JS transformation means the position is hard-coded into the HTML. If I
   were to write up a patch adding that option would you consider including it in
   the next update?
 * Edit/update: okay have to eat my words there, figured out an easy CSS fix. Here
   it is for anyone else who’s curious:
 *     ```
       div#responsive_menu_pro_button.responsive_menu_pro_button_active {
         -webkit-transform: translate(-20px,0px);
         -ms-transform: translate(-20px,0px);
         transform: translate(-20px,0px);
       }
       ```
   

Viewing 1 replies (of 1 total)