Problem with mobile version
-
Hey! I installed your theme while using the free version. I want to move the category description text down below the products. Basic, displayed above the products. Added the following code to the theme’s functions.php file
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
add_action( ‘woocommerce_after_main_content’, ‘woocommerce_taxonomy_archive_description’, 100 );
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_product_archive_description’, 10 );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_product_archive_description’, 100 );
Everything is fine in the desktop version, but the code does not work on the mobile version of the site. Please help me solve the problem with text wrapping in the mobile version.The page I need help with: [log in to see the link]
The topic ‘Problem with mobile version’ is closed to new replies.
