With the iphone4, the Fullwidth Easy Slider does not worke perfect.
The slider is to short, so the Button „mo sound store vienna“ is cropped: https://mo-sound.com/en/contact/
I tried to fix this, but this applied a other issue: https://kriesi.at/support/topic/fullwidht-easy-slider-wrong-height-android/#post-462581
Thanks!
Xiane
Hey xianeK!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption-content p {
margin: 0;
}
.container.caption_container {
width: 100%!important;
max-width: 100%!important;
}}
Regards,
Yigit
is fixed, thanks