Support » Plugin: Testimonials Widget » text justification

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

    (@comprock)

    Give .testimonials-widget-testimonial.list blockquote { padding: 0; } a try.

    Also, you have excess blank lines in some of your testimonials content which prevents the content from starting at the top.

    Thread Starter prpwindows

    (@prpwindows)

    Thank you, i have removed extra lines, i have used the code above, it works thanks.

    I have another question, not sure if it is really for your support though, but i will ask.

    Now that i have those all fixed, i wanted to have a border around them, i thought i had it sorted by using the following code
    .entry-content img {
    border: solid 2px; color: black;
    }
    Unfortunately it has effected other images on the homepage.

    My question is: how can i code it to effect just the testimonial images?

    Thread Starter prpwindows

    (@prpwindows)

    Hi Michael,

    I have managed to work a fix myself, .testimonials-widget-testimonial img {
    border: solid 2px; color: black;
    }

    This now gives me the border i required on my “testimonials page” only.

    Plugin Contributor Michael Cannon

    (@comprock)

    Great work solving this on your own.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘text justification’ is closed to new replies.