• hi, how do i increase the margins of the testimonial rotator? i tried adding margins to my div, which looks fine on desktop, but then on mobile the margins are too large. is there an easier way? thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Hal Gatewood

    (@halgatewood)

    You need to target a specific size like this for example:

    @media (max-width: 600px) {
      .testimonial_rotator {
        margin: 5px;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘increasing margins of rotator’ is closed to new replies.