Center widget on the webpage

Add this code to the Custom CSS field on the Appearance tab of your PDF Embed widget’s settings:

.global-styles, [class*="RootLayout__Component"] {
    justify-content: center!important;
    display: flex!important;
    max-width: unset!important;
}