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

    Hi~ When I view my website in a mobile is a problem.

    The horizontal portion of the mobile device, I see the testimonials too narrow.

    Can I extend fully eliminating the arrow in the testimonials section the horizontal?

    Or is there any other way be viewed broadly?

    #426013

    Hi Oh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
      padding: 0px 20px;
    }}

    Cheers!
    Yigit

    #447876

    Hi Yigit

    Thanks for that information, I have the same issue, and that helps.

    I still get the left / right arrows appearing under the text on a mobile device though.

    Is there any way the arrows can move up a bit so they are above the text?

    Thanks
    Mark

    #448255

    Hey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #448301
    This reply has been marked as private.
    #448470

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 768px) {
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
      top: -60px;
    }}

    Regards,
    Yigit

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