Closed gintsmurans closed 6 years ago
Hi!
Looks like if I am writing the shortcode this way: [column xs="12" md="6"] or this way: [column md="6" xs="12"], it would generate <div class="col-md-6 col-xs-12"> for both shortcodes. Am I missing something or this is how the plugin works?
<div class="col-md-6 col-xs-12">
Hi, This plugin doesn't work yet. It should not be considered for use on a real site yet.
Thats unfortunate..
Btw, are you accepting pull requests?
I am!
Hi!
Looks like if I am writing the shortcode this way: [column xs="12" md="6"] or this way: [column md="6" xs="12"], it would generate
<div class="col-md-6 col-xs-12">
for both shortcodes. Am I missing something or this is how the plugin works?