Hi there,
The testimonial element is cut off on the Ipad using the 2/3rd element of the layout builder.
I have added the screenshot as private content.
Any suggestions?
Thanx!
Hey Ben!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) and (min-width: 768px) {
body div .avia-testimonial {
float: left;
width: 100%!important;
border: none!important;
}}
Cheers!
Yigit
Thanx Yigit!
Works like a charm..
Grtz