[Resolved] GP 1.4 Woocommerce responsive columns

Home Forums Support [Resolved] GP 1.4 Woocommerce responsive columns

Home Forums Support GP 1.4 Woocommerce responsive columns

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #367655
    richpags

    Hi Tom,

    Thanks for the suggestion, but the css in the thread you linked didn’t have any effect.

    I tried the bellow code which made the images smaller, but still didn’t put them into 2 columns in a mobile.


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

    Edit: Would you recommend me not using short codes for the front page and find another way to display the images?

    Cheers
    Richie

    #367730
    Tom
    Lead Developer
    Lead Developer

    What page are you using the shortcodes on?

    Your actual product categories in the menu are working as expected.

    #367743
    richpags

    Hi Tom,

    Originally was using Woo short codes on the home page.
    I’ve spent today redoing the home page so now there’s no short codes.

    Used Elementor to redesign it so now 2 columns appear on a mobile.

    Thanks mate

    Richie

    #368041
    Tom
    Lead Developer
    Lead Developer

    Awesome 🙂

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