Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1092550
    rotipom
    Participant

    Hi there!
    I’d like to move the description box with review tab to the right of the image instead of below it. How can I do this? Thanks!

    http://www.amytwon.com/product/forest-between-worlds/

    -Amy

    #1092867
    Prasant Rai
    Moderator

    Hello Amy,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .woocommerce div.product .images {
        float: left;
        width: 34%;
        margin-right: 10px;
    }
    
    .woocommerce div.product .summary {
        width: 60%;
    }
    
    .woocommerce div.product .woocommerce-tabs {
        width: 65%;
        float: left;
        clear: none;
    }

    Thanks.

    #1094297
    rotipom
    Participant

    Thank you very much !

    #1094320
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1092550 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>