Trying to embed a pdf, but i get the results as shown in the attatchment. The embeded pdf is not in full height while my soledad footer overlaps it. No scrolling either. I tried changing the embeded height from 600 to 1200 but there is no change.
By the way, is there a similar Penci tool for embeding the pdf i could use? Tried to find one in the list while in elementor, no luck, so i used the default wordpress file upload / pdf embedder.
Trying to embed a pdf, but i get the results as shown in the attatchment. The embeded pdf is not in full height while my soledad footer overlaps it. No scrolling either. I tried changing the embeded height from 600 to 1200 but there is no change.
By the way, is there a similar Penci tool for embeding the pdf i could use? Tried to find one in the list while in elementor, no luck, so i used the default wordpress file upload / pdf embedder.
Thanks for your time
Attached files: Capture.JPG
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.wp-block-file {min-height: 650px;
height: auto;
}
Regards,
PenciDesign.
Thanks for the quick reply, problem is solved!