Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302642

    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!

    #302645

    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

    #303197

    Thanx Yigit!

    Works like a charm..

    Grtz

    #303199

    Hi!

    You are welcome Ben! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Testimonial cut off on Ipad using 2/3rd element from layout builder’ is closed to new replies.