Skip to content
Public Ticket #9827

How to make Woocommerce mobile site 2 columns for products to show

Conversation thread

PenciDesign replied

Staff Reply

Hi,

2/ You can try put the code for your active campaign via Customize > Footer Options > Add Google Adsense Code above Footer.

Best Regards,

PenciDesign

PenciDesign replied

Staff Reply

Hi,

1/ To do that, please try add more this code to Customize > Custom CSS:

.woocommerce ul.products li.product .button{ background: #88cfd3; color: #fff; }
.woocommerce ul.products li.product .button:hover { background: #f4806c; }

2/ You can do that when you can edit HTML of the Active Campaign. As I see the Active Campaign has stylesheet attach with the form, so I think you can't do that..

Best Regards,

PenciDesign

theorganisedhousewife replied

Customer Reply

Wonderful, that worked, thank you very much!!

PenciDesign replied

Staff Reply

Hi,

1/ Please try add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 479px){
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product{
        width: 48% !important;
        margin: 0 0 2.992em !important;
    }
    .woocommerce ul.products li.product h3, 
    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        font-size: 14px;
    }
}

2/ Is your support expired? If right, you can't create a new ticket. Let's renew the support.
If your support still remains, please try again after a few mins because maybe Envato API goes down and can't validate your purchases.

Best Regards,

PenciDesign

theorganisedhousewife replied

Customer Reply

I am trying to make more tickets and it's not letting me, why is this? 

theorganisedhousewife started the conversation

Conversation Start

Hi there

I would like to improve my eCommerce site to be more mobile friendly.  I can't work out how to make the products show as 2 columns rather than 1.  

On homepage: https://theorganisedhousewife.com.au/shop/

and throughout the site, on category pages

https://theorganisedhousewife.com.au/shop/product-category/physical/lunch-boxes/

 and shortcoded pages: 

https://theorganisedhousewife.com.au/shop/whats-new/ 

Thankyou for your help. 

Want to join this conversation or access attachments? Sign in first.