-
AuthorPosts
-
December 14, 2014 at 9:45 pm #368044
Hello!
The display is not great with the Larger Slider Testimonial on mobile. It’s two words on each line. Is it possible to change the width on mobile? Or fix this for next update!?
Thanks!
December 15, 2014 at 4:46 pm #368346Hi youyou78!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { strong.avia-testimonial-name { width: 40%; float: left; }}If that does not help, please post the link to your page where you have testimonials slider
Regards,
YigitDecember 15, 2014 at 7:36 pm #368503This reply has been marked as private.December 15, 2014 at 8:10 pm #368516Hey!
Please try adding following code instead
@media only screen and (max-width: 480px) { #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0px 50px; }}Cheers!
YigitDecember 15, 2014 at 9:45 pm #368596Hey!
this does not work.
December 16, 2014 at 5:49 am #368779Hi!
Adjust the left and right padding:
@media only screen and (max-width: 768px) {
#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0px 30px; } #top .av-large-testimonial-slider .avia-slideshow-arrows a { font-size: 25px; } .prev-slide:before { text-indent: -30px; } .next-slide:before { text-indent: 30px; } }Remove browser cache then reload the page.
Regards,
IsmaelDecember 16, 2014 at 5:19 pm #369003Hey!
It does not work. One or two words per line and some words are cut. Same problem with Enfold demo. http://kriesi.at/themes/enfold-business-flat/#av_section_4
Best Regards!
December 18, 2014 at 8:24 pm #370175Hi!
which mobile device are you using? try this code:
@media only screen and (max-width: 768px) { #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row { width: 140%; left: -60px; } .avia-slideshow-arrows a:before { right: 40px; } #top .avia-slideshow-arrows a.next-slide { right: -30px; } #top .av-large-testimonial-slider .avia-slideshow-arrows a:hover { left: -30px; }}After putting it in, clear browser cache.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.
