hello everyone
I have added a tospur here Link below:
is it possible to show this bar only on the half length?
thanks in advance
kind regards
Franz
Hey schweg33,
Thank you for the inquiry.
I have added a tospur here Link below:
What do you mean by “tospur”? Please provide a screenshot of the element that you’d like to modify.
Best regards,
Ismael
hier der Printscreen
https://homepage.li/wp-content/uploads/2024/08/tonspur-smal.png
vielen Dank
Thank you
Ishmael
I would like to make this bar narrower
link and
kind regards
Francis
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.mejs-audio {
width: 50%;
min-width: 50%;
}
Best regards,
Rikard
hello Rikard
I have inserted the code
it is still the same width
thanks
kind regards
Franz
Hi,
Please try this instead:
.mejs-audio {
width: 50% !important;
min-width: 50% !important;
}
Best regards,
Rikard
thanks rikard
so it works great
but I only want it on this page 16420
how do I have to specify this then
thanks and greetings
Franz
Hi,
Try:
.page-id-16420 .mejs-audio {
width: 50% !important;
min-width: 50% !important;
}
Best regards,
Mike
Thank you very much Mike
that fits perfectly
you can close this enquiry
kind regards
Franz
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard