removing blockquote & left margin
-
I needed to remove the blockquote image on the left of every testimonial so I used:
.testimonialswidget_testimonial blockquote {
background: none;
}it removed the blockquote but now the testimonial text has some blank left margin How do I get rid of that?
I tried the following css but it didn’t help:
.testimonials-widget-testimonial {
margin-left:0px;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘removing blockquote & left margin’ is closed to new replies.