Okay
  Public Ticket #2060924
2 columns for products on mobile
Closed

Comments

  • kro started the conversation

    Hi,

    I bought the Bifrost template on Themeforest but since the template had a bug/problem I got a copy of Arteon. So that is why this question is about the Arteon template and that is why I'm using the Arteon template.

    In Arteon I would like to know if it's possible to have 2 columns for the products on the mobile version of the website. 

    https://www.miss19.nl/ and https://www.miss19.nl/collectie/


    Example: https://ibb.co/7GHNjy4 > https://ibb.co/zs1g6gj

  •  675
    Neuron replied

    Hi,

    Yes, no worries, feel free to ask for anything you needsmile.png

    1) Unfortunately that cannot be achieved in the core, you need some CSS lines.

    @media (max-width: 768px) {
        .l-woocommerce-wrapper__products-holder .masonry .selector  {
            width: 50% !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • kro replied

    Worked out perfectly!!! THANK YOUUU!!!!

  •  675
    Neuron replied

    You are welcome anytime Krosmile.png

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.