[Support request] woocommerce product shortcode only show in a single column on my phone.

Home Forums Support [Support request] woocommerce product shortcode only show in a single column on my phone.

Home Forums Support woocommerce product shortcode only show in a single column on my phone.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1350038
    Franco

    Very grateful for GP plugin, I was able to lift my page and make my mother happy. Please I need help

    add a shortcode to view my products, when I open my website from my cell phone I can’t see 2 columns, only one column is shown,
    Somehow it can be seen in 2 or more columns.

    Thanks for the help

    #1350096
    Leo
    Staff
    Customer Support

    Hi there,

    GP cannot control how WooCommerce product shortcode display unfortunately.

    Have you checked with their support first?

    #1350869
    Franco

    yes but I do not get an answer, any suggestion or how I could force modifying the styles, when I show my store if 2 columns appear from my phone, but from the main page only one column is shown, use the Merch template from site library

    #1350886
    Leo
    Staff
    Customer Support

    We really can’t be providing support for other plugins simply because they don’t provide support.

    You can try this CSS to start with:

    @media (max-width: 500px) {
        .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
            width: 48%;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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