Make this plugin responsive
-
Hi, very useful plugin.
I’m using Reponsive Theme and I would like to know how can I make this plugin responsive.
I would like that 3 columns I’ve made become into 1 column (one underneath the other) when screen is smaller than 650px
I’ve written this code in wp-ez-column.css@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%; margin-bottom: 0; margin-right: 0; } }
It makes responsive to Firefox but not to Safari, what can I do?
- The topic ‘Make this plugin responsive’ is closed to new replies.