Simple and effective
-
I really like these kind of lean plugins. Maybe it’s not for everyone but it doesn’t add any bloat and I like that.
To the people who say this plugin is not responsive. Responsive settings are based on CSS defined media breakpoints. The author of this plugin did not include these. Different themes use different breakpoints. So yeah you might have to add a few lines of css yourself to accomplish responsive effects.
But in the end this will always look better than pre defined responsive css settings included in some other plugins, which will not always look good on every theme.
example: @media only screen and (max-width:768px) { .columns-2 .column { width: 100%; } .columns-3 .column { width: 100%; } }
- The topic ‘Simple and effective’ is closed to new replies.