codestag/stagtools

Shortcode Bug: stag_two_third_last is missing clear

Closed this issue · 1 comments

Great plugin and happy customer of the Cluster theme!

The stag_two_third_last shortcode is missing a clearing element.

To fix this, on line 35 in the file stagtools/shortcodes/shortcodes.php, change to:

return '<div class="stag-column stag-two-third stag-column-last">' . do_shortcode($content) . '</div><div class="clear"></div>';

Thanks!

Good catch @egifford! Just fixed this in a commit - ff1bf5f, should be fixed by next update.