• Resolved froschkoenig

    (@froschkoenig)


    Hi!
    The BNE Testimonials works fine for me. I use it as a slider with image in a circle.
    Headline, tagline and the text all start RIGHT to the image with the same indent. However, if the text is longer than 2 lines, further lines start on the very left side UNDER the image.

    Is there a way to have all lines starting with the same indent?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kerry

    (@bluenotes)

    It’s not that they’re indenting, but rather the message content is wrapping around the image. What you can do is apply an overflow trick to the content div.

    .testimonial-content { overflow: hidden; }
    Thread Starter froschkoenig

    (@froschkoenig)

    Thank a lot for the fast response! Very much appreciated!

    I had to use

    .bne-testimonial-description { overflow: hidden; }

    instead but that worked!

    Plugin Author Kerry

    (@bluenotes)

    Good to hear. Ah, you must be using the legacy widget/shortcode then. Let me know if you have any further questions. Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Same indent on all lines’ is closed to new replies.