Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #293250

    I’ve added a Testimonials element to my home page with a 3 column display. All is fine except when viewed on the iPad in Portrait mode – the 3rd column is truncated and only shows half of the text (works fine in landscape mode though).

    Is there something I can do to get this to display correctly?

    #293826

    Hey databuzz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    body div .avia-testimonial { display: inline-flex; }}

    Best regards,
    Yigit

    #294213

    Hi,

    I made that change but it doesn’t change when viewed on the iPad.

    If I use a browser on my Mac and resize it to the same width as the iPad in portrait mode it does resize the columns, but it’s still truncated on the iPad itself.

    Any further changes I can make?

    #294356

    Hi!

    Have you tried flushing browser cache on your iPad? If not, please do so. I do not have a chance to check your website on an actual iPad but on simulator it does seem to work fine

    Cheers!
    Yigit

    #294358

    yes – thats the thing i forget everytime when i check the changes of my website on my ipad.
    Definitly that is the reason. This is not in the safari options – it is in ipad options / safari

    #294438

    Hi,

    I’ve tried on both Safari and Google Chrome on my iPad. I’ve reset all growing data – I’ve made some other changes to the page which are appearing so it’s definitely getting the most recent version of the page.

    Seems to only happen on an actual iPad device.

    thanks

    #294769

    Hey!

    Thank you for the update.

    Try adding this on Quick CSS or custom.css:

    body div .avia-testimonial {
    display: inline-block;
    float: left;
    }

    Remove the iPad’s browser cache before testing.

    Cheers!
    Ismael

    #294793

    Thanks – that one works on the iPad now.

    Much appreciated.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Testimonials – 3 Columns – Getting Truncated on iPad Portrait’ is closed to new replies.