Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #910371
    stuartsb
    Participant

    Hi on the shop page of upclothing.co.uk on mobile devices show the products in single format. Is it possible for there to be two next to each other? Like the homepage on mobile devices. I’ve attached pics.

    Thanks
    Stu

    #910518
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:767px){
    .woocommerce .cols-2 li.product, .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-2 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
      width: 48% !important;
    }
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-910371 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>