Changing window size of PDF download

Hi, does anyone know how to change the window size of the PDF download while at the same time making sure it’s optimized for mobile viewing as well as desktop?

Here, the download looks good when you view it in mobile but on desktop, it is small. For desktop I would like it to be the size of a typical PDF, e.g. 8.5x11"

(PDF 1 download)

thanks in advance for your help.

1 Like

Hello @Anna_Boudinot and welcome to Community :heart:

Sure thing, we’ll gladly help!

I’ve forwarded your request to our devs. Please do not worry, we’ll keep you updated here :slightly_smiling_face:

Hello @Anna_Boudinot! You can try adding the following code to the Custom CSS section of your widget. Please let me know if that looks right on your website, or if you’d like to adjust it further.

.global-styles, .elfsight-app-5bb8487e-2d17-41b2-ac0f-ca27f4ac6df5 {
  width: 100%;
  display: flex;
  justify-content: center;
}
1 Like