Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #938648

    Hi
    In my About page I added the testimonial builder to display several team members. Is there a way to move the name and title to the top? Or even better, have them displayed like on your personal about page https://kriesi.at/about
    The second problem I have with this particular layout, the length of the text of each member has to be the same length in order for it to look nice. Is there an option to have some of the text hidden and expand when you click on a ‘see more’ section? If you look at the very bottom of my example page you see that the member on the left doesn’t sit in line with the member on the right. Also, the directors at the top could be reduced as well.
    It would be nice to even that out without shortening the text.

    Thanks a lot
    june

    #939034

    Hey june,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media screen and (min-width: 768px) {
      #after_section_4 .avia-testimonial-meta {
          position: absolute;
          top: 0;
          margin: 0;
          padding: 7px 30px 7px 0px;
          line-height: 1.5em;
      }
      .av-minimal-grid-style .avia-testimonial-image {
          width: 120px;
      }
      #after_section_4 .avia-testimonial-content p  {
        padding-top: 100px;
      }
      .avia-testimonial-name {
        font-size: 20px;
        padding: 10px 10px 10px 0;
        line-height: 20px;
      }
      .avia-testimonial-subtitle {
        font-size: 18px;
      }
    }
    

    As for the folding text, this functionality is not available out of the box and this customization is out of the scope of our support, you might want to hire someone to do it for you.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #939079

    Hi Victoria
    thanks so much for your help.
    It worked perfectly well for the layout I had in place for the directors. Now I changed the layout to ‘minimal’ for all other employers in the second testimonial slider and the title and name sit on top of the image. Could you look into that, too?
    Thanks
    June

    #939608

    Hi June,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) {
      #after_section_4  .avia-testimonial-wrapper.avia-grid-testimonials.avia-grid-2-testimonials + .avia-testimonial-wrapper.avia-grid-testimonials.avia-grid-2-testimonials .avia-testimonial-meta {
        padding-left: 100px;
      }  
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #939731

    Thank you Victoria, you’re a star. That worked :)

    #940220

    Hi June,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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