New Landing How can we help? Atelier A Couple of Amendments

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #174139
    ashleyallenuk
    Member
    Post count: 13

    Hi,

    Is it possible to make the Mobile view the 2 column version by default?

    Also, I’d like to remove the category titles that show below the products on the catalog page?

    Cheers
    Ash

    #174312
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 479px) {
    .woocommerce .products .product {
      width: 50%;
      float: left;
    }
    }
    .posted_in {
      display:none;
    }

    – Kyle

    #177336
    ashleyallenuk
    Member
    Post count: 13
    This reply has been marked as private.
    #177350
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can resize the product image area in Theme options > WooCommerce Options, but you’ll need to be on the latest update

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register