Tagged: layout, line height, testimonials grid
Dear support team,
I successfully changed the testimonial layout as explained in this topic: https://kriesi.at/support/topic/testimonial-layout/ by adding Yigit´s code to the functions.php. Now name and sub-title are before the quote but with no space inbetween.
Is there a way to increase the distance between name/sub-title and the quote?
Thank you for your help!
Juli
Hey Juli,
Where can we see the results you are getting? Did you use Yigits or Günters solution?
Best regards,
Rikard
Hey Rikard,
I used Ygit’s code:
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery(“.avia-testimonial-meta-mini”).prependTo(“.avia-testimonial-content”);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_script’);
My website is in maintenance mode so I give you access via the private content-field.
Best regards,
Juli
Hi Juli,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av-subheading_below {
margin:10px 0;
}
Best regards,
Rikard
Hi Rikard,
thank you for your reply. Unfortunately it has no effect on the testimonial element. I even increased the margin with no effect.
Do you have an additional idea? Otherwise I decide against this element to not further delay the website.
Beste regards,
Juli
Hi Juli,
Please try this instead:
.avia-testimonial-name {
margin-bottom:10px;
}
.avia-testimonial-content {
margin-top:10px;
}
Best regards,
Rikard
Great – that works!! Thank you very much!
Juli
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Basilis