There is a one inch black vertical bar just before the text inside the quotes begin. I was hoping you could help me remove this.
There is a one inch black vertical bar just before the text inside the quotes begin. I was hoping you could help me remove this.
[groan]
Why doesn't anybody wanting help, ever include the URL of the problem page?
[/groan]
Got URL?
sorry partner! it's http://divinodessert.com/about-us/
Your theme's http://divinodessert.com/wp-content/themes/village/style.css file at line 40 is causing the left black line.
I would suggest adding another block of CSS for testimonials specifically below that.
.testimonialswidget_testimonials blockquote, .testimonialswidget_testimonials q {
border-left: none;
padding: 10px 10px 10px 0;
}You must log in to post.