how can i display the name of an customer comment under the picture?
that it looks like this: http://i.imgur.com/20FkfCj.png
Hi wiwaldi79!
Please add following code to Style.css file of your child theme
.avia-testimonial-meta-mini {
width: 100%;
}
Cheers!
Yigit
Great, how can i center both texts? http://i.imgur.com/TjUOiUZ.jpg
Hi!
Please add following code to custom CSS as well
.avia-testimonial-meta-mini {
text-align: center!important;
}
@media only screen and (min-width: 990px) {
#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
margin-left: 20%;
}}
Cheers!
Yigit
CLOSED.