Hello,

Which version of Integral Lite are you using?

I have tested on our development site and we are not experiencing the same issues as you.

One small adjustment you can make is to adjust the padding for the blockquote’s in the testimonials section.

On line 1626 of style.css file edit this,

.testimonials blockquote {
padding: 10px 20px;
position: relative;
border: 0;
}

Change it to,

.testimonials blockquote {
padding: 0px;
position: relative;
border: 0;
}