Hi,
When updating to the latest WP version, the audio player shows to sliders. See the image:
Is there a fix possible?
Hey wzshop,
Please, can you provide your WP credentials?
Best regards,
John Torvik
See private content
Hi wzshop,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
top: 0;
margin-top: 15px;
}
div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
top: 0;
margin-top: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Thanks that almost fixed it. Only the volume slider is now slightly lower than the ‘progress’ slider.
See private content.
Also, will a fix be released?
Hi wzshop,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div .mejs-controls div.mejs-time-rail {
padding-top: 11px;
}
If you need further assistance please let us know.
Best regards,
Victoria