Home › Forums › WoodMart support forum › Some issues › Reply To: Some issues
turkayd
Ok I managed to merge the tabs and made them expanded with this code.
/** * Hook in each tabs callback function after single content. */ add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_product_description_tab’ ); add_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_product_additional_information_tab’ ); add_action( ‘woocommerce_after_single_product_summary’, ‘comments_template’ );
But I need the css selector for additional info tab so we can change font size and line height and paddings.
Also we have some issues with following:
Even if I choose large product image size in theme settings the product image keeps same size.
And the info box in google maps covers the map in tablet and mobile view. I changed the font size but I need it to align in bottom without covering our location on the map.