Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bitkahuna

    (@bitkahuna)

    this seems to fix it?

    .cycle-slideshow {
    overflow: visible !important;
    }

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey bitkahuna!

    The CSS above fixes it, as it stops the content from being cut off when it flows outside of it’s container.

    Other ways to fix it include controlling the height of your content, and using the more tag for longer testimonials OR using the autoheight property, which will make the length of the container grow to the testimonial (sometimes this isn’t preferred, as your website can move up and down depending on the length of the testimonial.)

    I’m glad your solution is working, though!

    Best,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘format bug’ is closed to new replies.