• I just updated my Impreza theme & WooCommerce & now my product Shop page has my products all squished together. I double checked before updating & all was good. Now instead of the products spreading across the page, they are now touching side by side & appear very small. I have a screenshot I can upload if you need as well. The link is https://jewelsbytrish.com/shop/ How can I fix?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The offending line is in: “us-theme-options-css”. I don’t know what that is but it seems to be part of your theme. Perhaps your theme support techs can help.

    Meanwhile, you can patch it with this custom css:

    .l-content {
      width:100%;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter jewelsbytrish

    (@jewelsbytrish)

    You are so awesome!!

    That will fix the shop page, but it will remove my sidebar from my blog page. Is there a way around that?

    It would, so to limit the effect to the shop and any category pages:

    .archive .l-content {
      width:100%;
    }
    Thread Starter jewelsbytrish

    (@jewelsbytrish)

    Oh my goodness, I can’t thank you enough!!! You’re the best!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WooCommerce Update to 4.8 Cause Product Page to be Squished’ is closed to new replies.