Tagged: divider, grid, separator, testimonial
In grid view the testimonials are divided by a dotted line. Is there a way to make it a solid line?
Hey MichaelAlbany!
Please use the below CSS
.avia-testimonial {
border-right-style: solid;
}
Regards,
Vinay
You are on a roll! Perfect.
Thank you!
I think we forgot to close this ticket.