radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Center the editor in wordpress page


Hello, when I insert the code in a WordPress page, the editor on the left side locates me. I would like it to be centered, can you give me instructions on how to do it?



85786:188930

Best Answer

You can do this with CSS:

.fpd-product-designer-wrapper > .fpd-container {
    margin: 0 auto;
}


1 Comment

Answer

You can do this with CSS:

.fpd-product-designer-wrapper > .fpd-container {
    margin: 0 auto;
}


Login or Signup to post a comment