Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #280952

    Hi,

    I would like to change the product page layout and have the photo take one half of the page and the product short description on the other half (instead of 1/3 – 2/3 as it is now). Would it be something easy to do? Could you help me?

    Many thanks in advance !

    Olivia

    PS : I am using woocommerce, no sidebar, not rating tabs

    #280953
    This reply has been marked as private.
    #281116

    Hey!

    Open up wp-content/themes/enfold/config-woocommerce/config.php and replace:

    
    echo "<div class='four units single-product-main-image alpha'>";
    

    with

    
    echo "<div class='six units single-product-main-image alpha'>";
    

    and

    
    echo "<div class='eight units single-product-summary'>";
    

    with

    
    echo "<div class='six units single-product-summary'>";
    

    Regards,
    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.