Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #364556

    Hello,

    I need to have my testimonials in one column on tablet portrait view (2 columns for landscape and desktop), how to make that?

    #364792

    Hi bogosavljev!

    Can you send us a link so we can take a look? It’s hard to tell what is needed until we see the exact elements your using. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #364817
    This reply has been marked as private.
    #365014

    Hi!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    .responsive .avia-testimonial-wrapper, .responsive .avia-testimonial-row, .responsive .avia-testimonial {
        display: block !important;
    }
    #top .no_margin.av_one_half {
        width: 100% !important;
    }
    }

    Cheers!
    Elliott

    #365249
    This reply has been marked as private.
    #365679

    Hey!

    I don’t see it in your source code. Paste all of your custom CSS here.

    Best regards,
    Elliott

    #365761
    This reply has been marked as private.
    #366150

    Hey!

    Send us a WordPress login so we can take a closer look.

    Best regards,
    Elliott

    #366261
    This reply has been marked as private.
    #366490

    Hi!

    Please check the site now. The testimonial section should look like this on portrait view:

    Regards,
    Ismael

    #366839
    This reply has been marked as private.
    #367612

    Hello Ismael,

    this topic is not closed, please check it on iPad Air, is still in two columns, instead of one, like you did for old version of iPad…

    #368139

    Hi!

    As a standard practice, all css media queries should be added at the very bottom of the css file. Please re-arrange your css codes. The testimonial section should be fixed by now. Remove browser cache then reload the page. Check: http://dev.bogosavljev.com/#testimonials

    Regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.