Dear.
Currently I am using WPlayer. On desktop / tablet all is fine. \
However I found out on mobile the slider has a small height.
So I want to encrease the slider height for mobile only.
I tried some css solutions offered here already, but they do not work.
URL in private content area.
Thank you in advance.
Regards
Bart
Hey badoes,
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
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin.avia-builder-el-8 {
padding: 10px 30px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria