Make columns reponsive
-
hi
first great plugin
i am looking to make the columns on my home page stack on top of each other when viewed with a mobile or tablet. i have tried the css code from the other thread but it changed it on the PC as well as the mobile and tablet
my site is https://www.mypouch.co.ukthank you in advanse
neil
this is the css code@media screen and (max-width: 650px),
@media screen and (max-width: 480px),
@media screen and (max-width: 320px),
@media screen and (max-width: 240px) {
.wpcol-one-quarter,
.wpcol-one-half,
.wpcol-three-quarter,
.wpcol-one-third,
.wpcol-two-third,
.wpcol-one-fifth,
.wpcol-two-fifth,
.wpcol-three-fifth,
.wpcol-four-fifth {
width: 100% !important;
margin-bottom: 0;
margin-right: 0;
}
}
- The topic ‘Make columns reponsive’ is closed to new replies.