• I need to move the description below the photo gallery so that it occupies 100% and not 50% of the screen.

    I want it to appear just above the related products

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

Viewing 1 replies (of 1 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello @pepacolecciona,
    thanks for choosing Bento! Since this layout is envisaged in Bento by design, the only way to change it is to disable these two functions in the functions.php (lines 85 and 86):

    add_action( 'woocommerce_before_single_product_summary', 'bento_woo_single_product_sections_start', 20 );
    add_action( 'woocommerce_after_single_product_summary', 'bento_woo_single_product_sections_end', 20 );

    by commenting out those lines (adding // at the beginning of each line).

Viewing 1 replies (of 1 total)
  • The topic ‘move the description below the photo gallery BENTO THEME’ is closed to new replies.