Tagged: portrait, tablet, testimonials
Hello,
I need to have my testimonials in one column on tablet portrait view (2 columns for landscape and desktop), how to make that?
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
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
Hey!
I don’t see it in your source code. Paste all of your custom CSS here.
Best regards,
Elliott
Hey!
Send us a WordPress login so we can take a closer look.
Best regards,
Elliott
Hi!
Please check the site now. The testimonial section should look like this on portrait view:
Regards,
Ismael
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…
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