• Resolved Neubersch

    (@neubersch)


    I am using Testimonials to display a nice photograph and quotes of people underneath.
    However, the quotes have a width of maybe half the picture. I want it to be as wide as the picture itself.
    How do I do it? I am not a developer but rather illiterate when it comes to coding. However, if I know where to find a stylesheet and what exactly to change, I guess I can manage.

    https://wordpress.org/plugins/testimonials-widget/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    See the FAQ for CSS debugging link.

    Thread Starter Neubersch

    (@neubersch)

    Hi Michael,
    Thanks for your reply.
    I have seen your youtube video, found the reason when I set the margin to “0” but would not know which style sheet to change.

    media=”all”
    @media all
    blockquote {
    font-style: italic;
    font-weight: normal;
    margin: 0;

    I have tried the one that is mentioned in that field to the right which is style.min.css?ver=1.3.8:1
    Although I did exactly what you showed in the video, copied the following text to the bottom end of the style sheet in the BE of wordpress, but it does not show any success.

    .testimonials-widget-testimonial blockquote {
    font-style: italic;
    font-weight: normal;
    margin: 0;
    }

    Plugin Contributor Michael Cannon

    (@comprock)

    Beyond saying, edit your theme’s style.css per the FAQ entry, I’m not available to assist. Anyone else?

    You might also consider sharing your website URL.

    Thread Starter Neubersch

    (@neubersch)

    Hi Michael,
    I have solved the problem this morning with the help of WordPress Germany.
    The code had to go into two style sheets.
    style.css and style.min.css
    I thought this might be of interest for you and anyone else who might have a similar problem.

    Plugin Contributor Michael Cannon

    (@comprock)

    I’m glad you’re all set.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget text line not wide enough’ is closed to new replies.