Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1188595

    When I add the Woocommerce [Products] shortcode, the products are always displayed in 4 narrow columns (the default), regardless of how I set the columns=”X” parameter.

    Test page with the problem – linked below.
    On this page I have added this shortcode:
    [products limit=”2″ columns=”2″]

    I would expect to see the two products take up all the available width, but they only take up half. If I set limit=”1″, one product is displayed, taking up only 1/4 of the screen.

    I’ve tried adding the shortcode into a text block and code block, and also tried the [featured_products] shortcode, but I get the same result each time. I’ve also tried disabling the badge plugin but this didn’t help either.

    Shortcodes included with WooCommerce

    #1188932

    Hey carlrobinson,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1189500

    Here you go. Thanks.

    #1190496

    Hi, is there any update on this yet? Thanks

    #1190778

    Hi carlrobinson,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .woocommerce.columns-2 li.product {
        width: 47%;
        margin-right: 6%;
    }

    Best regards,
    Nikko

    #1190878

    That did the trick – thanks!

    #1191007

    Hi carlrobinson,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.