• You'll need to float the div that contains the toolbar and title to the right and the designer left through custom CSS. You've done that?


    Other than that we'll at least need a link to a page to be able to help.

  • I made test product here is the link :


    http://www.fenykepesajandekok.eu/shop/test-cup/


    I set this in the css : 

    .fpd-product-designer-wrapper {

    float: left; width: 518px;


  • Is somebody know the solution ?

  • As FPD position choose After Summary (WooCommerce tab in the settings). Then custom CSS like this:


    .fpd-product-designer-wrapper{

    float: left;

    width: XXpx;

    }

    and:

    .summary{

    float: right;

    width: XXpx;

    }


    make sure you adapt the widths so that the divs fit beside each other.

Login or Signup to post a comment