Tagged: enfold, grid, tablet, testimonials
Hi there,
Please see the blog page of the development site on a tablet (portrait 768px).
I have used a content section with 2/3 and 1/3 column and in the 1/3 column right I inserted a testimonial grid with 1 column.
On a tablet (portrait 768px) the text is not shown properly inside the grid box. It floats (so to say) outside the content box.
Please advise.
Thanks & regards,
Monique
Hi Monique!
it looks good to me. However, to change font-size for table use this code in Quick CSS field:
@media only screen and (max-device-width: 1024px) {
.avia-testimonial-content {
font-size: 9px;
}
.avia-testimonial-meta-mini {
font-size: 9px;
}}
Best regards,
Andy
Hi Andy,
Thanks for your reply.
The font size is not really the issue…
I think we can solve the problem when the content will be displayed under the image (like on smaller devices).
How can I do that?
Thanks & regards,
Monique
Hey!
You can add this in the Quick CSS field:
@media only screen and (max-width: 770px) {
.avia-testimonial-image {
margin: 0;
width: 100%;
float: none;
text-align: center;
margin-bottom: 15px;
height: auto;
max-width: 80%;
}
.avia-testimonial-meta {
margin-left: 0;
}
}
Regards,
Ismael
Hi Ismael,
That didn’t work either… at least not on my tablet ;-)
In agreement with the client we solved this in a different way (compact testimonial slider), so you can close this topic.
Thanks & regards,
Monique