I think we all recognize we want to use and reuse code generated in widgets made by others.
We also recognize that Webflow does not off the ability to implement all the cool stuff front end codes do with CSS. It’s a dark art really.
So we have links to any number of third party widgets and the JavaScript and the CSS. But they are links. That doesn’t really offer Webflow users access to CSS source code developed and linked to our site. Hmmmm
In dev tools I can look at something like this:
and I can see what’s going on: what CSS is affecting what elements. But Webflow adds code we don’t have access to and the third party (splide in this case) doesn’t either… Here is some CSS
This CSS affects and element (a div I think) such that it CALCULATES the height of the div so that is is square. 600px by 600px. Dev Tools does not offer a location where that code originates either from splide or from Webflow. The impact of the rule is that the constraint (height) cuts off my content.
So here is my site location…
https://preview.webflow.com/preview/helps-austin-project-9b22c7?utm_medium=preview_link&utm_source=designer&utm_content=helps-austin-project-9b22c7&preview=e574810cf78337ed6b5507f796b40e73&pageId=63b34c4bfe5f636f1b1a9260&workflow=preview
The particular page contains is item idea 1
and contains about 5 slides. Some of those are cut off at the bottom
Any CSS helps would be welcome. Thanks.