• Product Shortcodes and Related products keep running into the issues with an unexpected column size. For example, when adding a WooCommerce module to display products in Beaver Builder I set the number of columns to 4 but the following class keeps overriding it to 3 columns:

    .wpbf-grid-large-1-3 > *

    I think it’s because my archive is 3 columns with a sidebar so this class is being applied to anything and everything WooCommerce.

    Additionally, related products ( on a single product page ) defaults to 4 products which is fine if it didn’t get that above class. With the above class the 4 products gets split into 2 rows, with 1 lone product on a single row. I would be fine if related products were 3 count but the only way to override this is with a child theme ( as far as I can tell ).

Viewing 1 replies (of 1 total)
  • Theme Author David Vongries

    (@davidvongries)

    Howdy!

    We’re aware of that and it turned out overriding the WooCommerce default wrappers wasn’t a great idea to maintain compatibility.

    It’s on our Roadmap already and we will at some point inherit the default WooCommerce grid.

Viewing 1 replies (of 1 total)

The topic ‘WooCommerce Column Issues’ is closed to new replies.