• Resolved Mark Krieger

    (@markcanada)


    First off, thanks for the great plugin.

    When injecting the sharing into a WooCommerce product it ends up within a tab for me, so I am pushing it below the actual product with:

    add_action( 'woocommerce_after_single_product', function () {
    	echo do_shortcode( '[Sassy_Social_Share title="Care to share?" align="right"]' );
    }, 5 );

    and it does show up where it needs to, but it is left aligned.
    Is it just me or is it a bug?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align Right not working in shortcode.?’ is closed to new replies.