I created a shortcode which works perfectly on its own, but when I wrap it around the [col] shortcode as shown below, my shortcode is not added within the col wrapper. Instead is is rendered outside the col-wrapper. not sure why!! :(
[row class="container"]
[column lg="12" md="12" sm="12" xs="12" ][my_short_code][/column][/row]
I created a shortcode which works perfectly on its own, but when I wrap it around the [col] shortcode as shown below, my shortcode is not added within the col wrapper. Instead is is rendered outside the col-wrapper. not sure why!! :(
[row class="container"]
[column lg="12" md="12" sm="12" xs="12" ][my_short_code][/column][/row]