• Resolved briankross

    (@briankross)


    Hello!

    I’m not sure if this is a theme issue or plugin issue but the testimonials view on the front page of our site used to be as wide as the other content, now it has narrowed quite a bit.

    Strong Testimonials v2.23
    Storefront v2.2.3

    https://knitterain.com scroll down to see the testimonials view I’m referring to.

    I’ve played with CSS a bit but not exactly sure how to go about fixing this, or even why it started happening.

    Any help would be appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi Brian,

    That’s the theme. Try this:

    .page-template-template-homepage .entry-content {
        max-width: none;
    }
    .page-template-template-homepage .col-full {
        max-width: none;
        padding: 0;
    }

    Keep in mind that will affect any content on the home page.

    Thread Starter briankross

    (@briankross)

    Amazing, thank you so much! I know you didn’t have to do this.

    – Brian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘View displayed on WooCoommerce Storefront theme no longer full width’ is closed to new replies.