Shop Categories

X

woocommerce products display on tablet // location woocommerce

Home Forums Agama Pro woocommerce products display on tablet // location woocommerce

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26702
    Diego Letelier
    Participant

    Hi Zex,

    On tablet view, shop page woocommerce it is displaying like 5 products and then another 5 There is any possibility that it displays two products on columns until it didn´t have a pair of products? Link provided.

    Also I am not able to change my location on woocommerce, I´m not in Afganistan, what is the issue here and how can I solve it?

    https://prntscr.com/shisgq

    Regards.

    #26713
    Zex
    Moderator

    Hello, Diego!

    1. Use the following codes to fix that:

    @media (max-width: 767px){
    ul.products.columns-3 {
        display: flex; 
        flex-flow: row wrap; 
    }
    .woocommerce ul.columns-3>li {
        width: 47%!important;
    }
    }

    2.
    You should be able to select your country from the drop-down list. This option works normally for me.

    https://prnt.sc/shmekh

    Regards

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