Tagged: layout, line height, testimonials grid
-
AuthorPosts
-
March 31, 2019 at 8:16 pm #1085161
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!
JuliApril 2, 2019 at 5:22 am #1085832Hey Juli,
Where can we see the results you are getting? Did you use Yigits or Günters solution?
Best regards,
RikardApril 2, 2019 at 9:15 am #1085952Hey 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,
JuliApril 3, 2019 at 6:03 am #1086360Hi Juli,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.av-subheading_below { margin:10px 0; }Best regards,
RikardApril 3, 2019 at 5:37 pm #1086636Hi 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,
JuliApril 4, 2019 at 10:59 am #1086973Hi Juli,
Please try this instead:
.avia-testimonial-name { margin-bottom:10px; } .avia-testimonial-content { margin-top:10px; }Best regards,
RikardApril 4, 2019 at 1:28 pm #1087033Great – that works!! Thank you very much!
JuliApril 10, 2019 at 6:28 am #1088973Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
