2 Columns responsive - by Digital1010 - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Olga Barlow

  • Avatar: Digital1010
    Digital1010
    Participant
    December 29, 2019 at 21:53

    Hello I have 2 columns and it is being responsive in mobile (being 2) but I would like to stack them ontop and cannot seem to be able to get it to stack instead of 2 columns

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 30, 2019 at 17:54

    Hello,

    This is Massive Addons plugin element, so we can’t change it for all the users because we are not plugin developers. But you can add the following code to Custom CSS to fix it

    @media only screen and (max-width: 767px) {
        .mpc-carousel-anything .slick-slide > div:not([class^="mpc"]) {
            flex-direction: column;
        }    
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.