Page 1 of 1

Audio button location

Posted: 14 Dec 2024, 02:52
by BigBobbyD
Sorry if this had already been asked, I haven't had any luck with finding a post....
is it possible to change the location of the audio player button from the bottom right to the bottom left instead?

Thanks,

~Robert 

Re: Audio button location

Posted: 14 Dec 2024, 03:38
by mjau-mjau
It could be done with CSS, but only if there is only the audio button, else alignment will be wrong when text expands on mouse hover. Settings > Custom > Custom CSS:

Code
#x3_plugin_buttons {
  left: 10px !important;
  right: auto !important;
}

Re: Audio button location

Posted: 14 Dec 2024, 06:31
by BigBobbyD
Worked like a charm...

Thank you so much for the quick response as well...