New Landing How can we help? Themeforest Theme Support Dante Product Page Layout

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #63423
    jkrue123
    Member
    Post count: 38

    I recently reached out to Woocommerce about this issue and they insisted only Dante could address this:

    On my product pages, I am attempting to make the description and review tabs the full width of the page (See screenshot of how I want the width expanded). Is there a way to do this is CSS?

    #63572
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    If you can provide me with your link I will see what I can do

    – Kyle

    #63867
    jkrue123
    Member
    Post count: 38
    This reply has been marked as private.
    #63879
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I will forward this to my colleague to see if he can provide you with a solution.

    – Kyle

    #63888
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please open to edit content-single-product.php at /themes/dante/woocommerce/

    Find this code at line 131
    do_action( 'woocommerce_single_product_summary' );
    
    Cut this code and paste at line 145 after the_content(); so code will look 
    <?php the_content();do_action( 'woocommerce_single_product_summary' ); ?> 

    Hope it will help you sure .

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #63895
    jkrue123
    Member
    Post count: 38
    This reply has been marked as private.
    #63912
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to add this code after the_content();
    do_action(‘woocommerce_product_tabs’);

    Thanks

    #63916
    jkrue123
    Member
    Post count: 38

    Nope. Now everything reverted back to the righthand side again.

    #63957
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi there,
    Unfortunately that is not part of the current theme functionality, and it’s not within the scope of our support to be able to provide that functionality as it is more work than a small customization. While we’d love to be able to support every customization request, we simply don’t have the time. We recommend that you seek a freelance developer if you need that functionality, potentially from one of the below resources:

    https://codeable.io

    Home


    http://www.microlancer.com

    #115147
    st_bo
    Member
    Post count: 23

    Hi jkrue,
    I’ve got the same requirement and as I’ve seen, you managed it to get the tabs in full-width below the images and short description: http://www.writeyourscreenplay.com/product/meditative-writing

    Can you please share what you have done? Big thanks in advance!

    #115320
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    They’ve added a negative margin of 110%, however this will only work when all the info above the tabs are longer than the product image on the left

    – Kyle

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register