radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

How can i do this view

I would like to do this view :


http://fancyproductdesigner.com/product/poster/?start_customizing


I set all things from instruction , but not working. I have gitter around the design and the toolbar is no on the right side .



Best Answer

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.


Answer

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