Site logo

Archived topic

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

3 replies · Started by Franco on July 2, 2020

Viewing posts 1–4 of 4

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

Hi there,

GP cannot control how WooCommerce product shortcode display unfortunately.

Have you checked with their support first?

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

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/

This archived topic is closed to new replies.