Hi Eric,
Point taken about overloading the message with several issues. I read it after I submitted, oops.
I have kind of resolved the issue by moving the text widget I created, “Brands we service” to Home Middle 3 Wide, however, here’s the advice I’m after.
After some CSS searching when in its mobile mode for iPhones, the issue is that .home-features .wrap and .home-middle .wrap cause a white background. It seems that the two combined together create this situation. If I remove the border and padding on each, the problem goes away.
I would like to retain the sizing to have a clear background. Is this possible??
I hope that makes sense.
Chris
.home-features .wrap {
border-top: 1px solid #eee;
padding: 80px 0 5px;
.home-middle .wrap {
border-top: 1px solid #eee;
padding: 80px 0 40px;