Move product tab to display under tags
-
Hi
Can you please assist me moving the product tabs to display below the product tags and next to the gallery images.I used the following codes to get the tabs where they are now:
// Move product tabs remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 );
image of what it currently looks like
Thank you in advance
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Move product tab to display under tags’ is closed to new replies.