-
AuthorPosts
-
April 3, 2016 at 10:46 pm #607291
I’d like to make the testimonial section (carousel version) center when in mobile view.
Gotten most of the way there, but the final bit of text is eluding me as you can see here: http://imgur.com/gVpIjm7
Also – minor point, but how can I get rid of the hyphen ‘-‘?
Thanks
April 4, 2016 at 7:59 am #607426Hey jomtones,
I can’t see any results like in your screenshot, I’m guessing you managed to get it fixed? If not then please try to explain a bit further.
Regards,
RikardApril 13, 2016 at 1:31 pm #612714Sorry the screenshot was in mobile view – you’ll have to switch to a narrow viewport.
April 13, 2016 at 7:40 pm #613148Hi!
We are working on your ticket please wait while we update the results here soon.To center the testimonial meta in portable devices please use the below css in Enfold > General Styling > Quick CSS
It will look similar to the screenshot below
/* Center testimonial meta*/ @media only screen and (max-width: 768px) { .avia-testimonial-image { width:100%!important; } .avia-testimonial-image img{ width:70px; } .avia-testimonial-meta-mini { text-align: center!important; left:50%; transform:translateX(-50%); position:relative; width:100%; } }
Best regards,
Vinay- This reply was modified 8 years, 7 months ago by Vinay.
April 14, 2016 at 7:25 am #613533Thanks – this works great! But how can I get rid of the ‘hyphen’ before each title (‘-‘)?
- This reply was modified 8 years, 7 months ago by jomtones.
April 14, 2016 at 3:15 pm #613987Hey!
Please go to Enfold/config-templatebuilder/avia-shortcodes/testimonials.php file and find following line
if($link) $output .= " – <a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
and change it to
if($link) $output .= "<a class='aviablank avia-testimonial-link' href='{$link}' >{$linktext}</a>";
If you are using a child theme, please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Regards,
YigitApril 16, 2016 at 4:34 pm #615495Thanks Yigit!
April 16, 2016 at 7:17 pm #615523Hey!
Glad we could help!
Regards,
Vinay -
AuthorPosts
- The topic ‘Testimonial formatting’ is closed to new replies.