Sizes en spaces between pdf's

Is there a CSS style that i can use to divine the pdf gray background to use for the height and width and color?

And is the a possebility to make the download the make like a button that also is aditable in size, color etc.

There is also a use margin space on the left and right side i dont like a specially when you see it on the Phone

1 Like

Hi there, @paintproductions :waving_hand:

You can change the height, width and color of the container using this CSS code:

.eapp-pdf-embed-item-component {
  height: 120px;
  width: 110%
  background-color: red
}
.eapp-pdf-embed-icon-container {
  align-self: center;
}

As for the Download button, since it’s just a text, you can change its font size and color right in the Settings:



To remove the left padding, please try to use the following CSS code:

.eapp-pdf-embed-widget-container {
  padding-left: 0!important;
  padding-right: 0!important;
}

Try it out and let me know if it helped :wink:

Thank you that helps me a lot. And it’s a shame that the text button can’t be changed to a real button. So its like my whole website.

Is it also possible to make the list in 2 rows. SO the width 50% and that the second one in the list is next to pdf 1 and then 3 and 4 on one row etc??

1 Like

Hi there, @paintproductions :waving_hand:

Could you please send me a link to the page, where your widget is installed, so that I could check the design of the buttons on your website? We’ll be happy to customize the Download button this way and implement a solution for the 2-row list :slightly_smiling_face: