• Resolved EdwinWerner

    (@edwinwerner)


    Hi,
    I am having trouble with one of the testimonials on my slideshow view, titled: “heerlijke ragu bolognese”. Although the text contains only 53 words, the textbox it is being displayed in looks triple sized. There is no coding or what so ever in the testimonial itself and its settings are exactly the same as other testimonials. I have also tried to recreate a testimonial with the same text. The problem remains.
    Do you have any suggestions how to solve this issue?

    The page I need help with: [log in to see the link]

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

    (@mplusb)

    Hello @edwinwerner,

    Thank you for reaching out to us!
    This happens because you have added that testimonial text inside a theme’s section or shortcode probably because you copied it from somewhere.
    I recommend to edit that testimonial > click on Text view > and delete from there the extra html you might have and only leave the testimonial’s text.

    Another option might be to remove the extra padding by adding the following code in Appearance > Customize > Additional CSS:

    .testimonial-content .w-section {
        padding: 0;
    }

    Please let me know how it goes!

    All the best,
    Mihaela

    Thread Starter EdwinWerner

    (@edwinwerner)

    Hi Mihaela,

    There was no extra html in the text view. The other option however did work splendidly well. I have added your code to the theme’s additional CSS and the testimonial looks normally sized. Thanks very much.

    Best regards, Edwin

    Miha

    (@mplusb)

    Happy to hear it worked!
    Have an awesome start to the week!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enlarged testimonial textbox’ is closed to new replies.