Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #865498

    My client would like the arrows that allow you to move between testimonials to still appear, even at smallest screen sizes. Can you please help me with the bit of code needed? Thank you!

    #865635

    Hey Alexa,

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

    Best regards,
    Rikard

    #867088

    Yes. Thanks Rikard!

    #867241

    Hi Alexa,

    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 (max-width: 767px) {
       .responsive #top .av-large-testimonial-slider .avia-slideshow-arrows.avia-slideshow-controls a {
          display: block;
          color: #666;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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