How can i do this view

Posted about 7 years ago by Robert Deme

Post a topic
Answered
R
Robert Deme

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 .


0 Votes

D

Deleted Agent posted about 7 years ago 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.

0 Votes


4 Comments

Sorted by
D

Deleted Agent posted about 7 years ago

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.

0 Votes

R

Robert Deme posted about 7 years ago

Is somebody know the solution ?

0 Votes

R

Robert Deme posted about 7 years ago

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;


0 Votes

D

Deleted Agent posted about 7 years ago 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.

0 Votes

Login or Sign up to post a comment