Center the editor in wordpress page

Posted almost 2 years ago by Marianela Montiel

Post a topic
Answered
M
Marianela Montiel


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

0 Votes

rady kal

rady kal posted almost 2 years ago Admin Best Answer

You can do this with CSS:

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


0 Votes


1 Comments

rady kal

rady kal posted almost 2 years ago Admin Answer

You can do this with CSS:

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


0 Votes

Login or Sign up to post a comment