-
AuthorPosts
-
April 7, 2018 at 7:48 pm #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
juneApril 9, 2018 at 10:15 am #939034Hey 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,
VictoriaApril 9, 2018 at 11:32 am #939079Hi 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
JuneApril 10, 2018 at 7:02 am #939608Hi 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,
VictoriaApril 10, 2018 at 9:39 am #939731Thank you Victoria, you’re a star. That worked :)
April 11, 2018 at 6:59 am #940220Hi June,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.