Title: RTL Display buttons
Last modified: August 20, 2016

---

# RTL Display buttons

 *  Resolved [Karem](https://wordpress.org/support/users/yair/)
 * (@yair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/rtl-display-buttons/)
 * My wordpresslanguage its RTL & Right To Left direction
    That’s why the buttons
   of the player look like that [LINK TO the SCREENSHOT](http://www.halev.info/micki/wp-content/uploads/2013/03/MINI.png)
 * How can i fix it?
 * [http://wordpress.org/extend/plugins/wp-miniaudioplayer/](http://wordpress.org/extend/plugins/wp-miniaudioplayer/)

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

 *  Plugin Author [pupunzi](https://wordpress.org/support/users/pupunzi/)
 * (@pupunzi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/rtl-display-buttons/#post-3591768)
 * Hi that can be solved forcing the LTR direction only for the player element on
   the miniplayer.css file:
 *     ```
       .mbMiniPlayer{
         vertical-align: baseline!important;
         direction:ltr !important;
       }
       ```
   
 * I’ll change this for the next release.
    Bye, M
 *  Thread Starter [Karem](https://wordpress.org/support/users/yair/)
 * (@yair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/rtl-display-buttons/#post-3591772)
 * it’s work – ThanX
 * About The buttons:
    The Speaker button should be smaller then the play button
 * Because the Speaker button bigger, sometimes the user presses the speaker button
   first and – then he mute the music without intention
    that’s way i think, Speaker
   button should be un-clickable until the user presses on Play button
 *  Thread Starter [Karem](https://wordpress.org/support/users/yair/)
 * (@yair)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/rtl-display-buttons/#post-3591897)
 * Hello M
 * can you make the Play button biger then Speaker
    & make the Speaker button un-
   clickable?
 * Thanks
 *  Thread Starter [Karem](https://wordpress.org/support/users/yair/)
 * (@yair)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/rtl-display-buttons/#post-3591918)
 * Hello
 * what about the RTL Class
 * i didnt see it yes in the original CSS file
 * TNX

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

The topic ‘RTL Display buttons’ is closed to new replies.

 * ![](https://ps.w.org/wp-miniaudioplayer/assets/icon.svg?rev=983692)
 * [mb.miniAudioPlayer - an HTML5 audio player for your mp3 files](https://wordpress.org/plugins/wp-miniaudioplayer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-miniaudioplayer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-miniaudioplayer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-miniaudioplayer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-miniaudioplayer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-miniaudioplayer/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [direction](https://wordpress.org/support/topic-tag/direction/)
 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 4 replies
 * 2 participants
 * Last reply from: [Karem](https://wordpress.org/support/users/yair/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/rtl-display-buttons/#post-3591918)
 * Status: resolved