Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3679470
Malfunction while embedding a pdf
Closed

Comments

  • blerc started the conversation

    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

  •  2,540
    PenciDesign replied

    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.



  • blerc replied

    Thanks for the quick reply, problem is solved!