Hi,
I’m trying to embed form made with Cognito Forms to my site which uses Enfold theme.
Output renders with odd style and page counter (sivu 1 and sivu 2, it’s in finnish) on the top looks weird
too. As if it is viewed with browser with very low resolution.
Page from my site:
https://www.tentacle.fi/testisivu
And how it should be rendered:
http://codepen.io/anon/pen/jbwbwm
Code is added as code block with no other content on page.
Any ideas how to get styles and width right?
Hey tentacle-fi!
Add this to a codeblock element in that page.
<style type = "text/css">
select { margin-bottom: 0px !important; }
.c-forms-progress li { margin-left: 0px !important; }
</style>
Best regards,
Elliott