Popular Articles
Sorry! nothing found for
Posted about 6 years ago by 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 .
Attachments (1)
Screenshot 2....png702 KB
0 Votes
Deleted Agent posted about 6 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.
4 Comments
Deleted Agent posted about 6 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;
make sure you adapt the widths so that the divs fit beside each other.
Robert Deme posted about 6 years ago
Is somebody know the solution ?
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 {
Deleted Agent posted about 6 years ago Answer
Login or Sign up to post a comment
People who like this
This post will be deleted permanently. Are you sure?
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 .
Attachments (1)
Screenshot 2....png
702 KB
0 Votes
Deleted Agent posted about 6 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
Deleted Agent posted about 6 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
Robert Deme posted about 6 years ago
Is somebody know the solution ?
0 Votes
Robert Deme posted about 6 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
Deleted Agent posted about 6 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