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
  • You can do this with CSS:

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


Login or Signup to post a comment