Search…

X3 Photo Gallery Support Forums

Search…
 
BigBobbyD
Experienced
Topic Author
Posts: 35
Joined: 04 Sep 2021, 04:41

Audio button location

14 Dec 2024, 02:52

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 
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Audio button location

14 Dec 2024, 03:38

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;
}
 
BigBobbyD
Experienced
Topic Author
Posts: 35
Joined: 04 Sep 2021, 04:41

Re: Audio button location

14 Dec 2024, 06:31

Worked like a charm...

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