Hi Guys,
How can i fix the raster row the same as on mobile to its fullwidth? Because the testemonials are beeing shown very badly in a 1/3block.
Its nicer to show its fullwidth on tablets ipads etc do i need css for this or are there any settings to fix this?
Thanks again!
Hey Angelo,
Please try the following in Quick CSS under Enfold->General Styling to remove the padding from the testimonials on tablets:
@media only screen and (max-width: 1024px) {
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
padding: 0;
}
}
Best regards,
Rikard
thanks! this treat can be closed!