This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow
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
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
You must be logged in to reply to this topic.Log in/Sign up