Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!
    Juli

    #1085832

    Hey Juli,

    Where can we see the results you are getting? Did you use Yigits or Günters solution?

    Best regards,
    Rikard

    #1085952

    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

    #1086360

    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

    #1086636

    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

    #1086973

    Hi Juli,

    Please try this instead:

    .avia-testimonial-name {
      margin-bottom:10px;
    }
    
    .avia-testimonial-content {
      margin-top:10px;
    }

    Best regards,
    Rikard

    #1087033

    Great – that works!! Thank you very much!
    Juli

    #1088973

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.