Viewing 9 reply threads
You must be logged in to reply to this topic.
Hello,
the testimonials phrases are not aligning to the center correctly (screenshot).
I also would like to remove the comma after the name.
Thank you very much.
Hello,
The testimonials are aligned. That is just one testimonial, pushed more in the right. Please make sure there are no empty spaces before the sentence. To remove the coma, please go to file vc_templates\testimonial_carousel.php and find this line:
$output .= '<h6>'.esc_html(get_the_title()).', </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
Replace with this:
$output .= '<h6>'.esc_html(get_the_title()).' </h6><span class="position"> '.esc_attr($cl_redata['staff_position']).'</span>';
Save and refresh.
Best regards!
Just in case someone has an alignment problem in the testimonials widget, I solved it by just adding this line to my styles.css:
.testimonial_carousel .item p { width: 100%; }
and there is no need to align the text to the center in the editor. In fact, if you apply alignment in the editor it will add empty p tags that will break the widget in mobile layout.
Hello,
Thanks for sharing. I will set this topic as resolved.
Best regards!
You must be logged in to reply to this topic.