Hi
You can see the right hand side of my free text paragraph boxes are missing:
http://www.theknowlist.com/do-your-suppliers-value-you-as-a-client/
This has happened since I upgraded to the latest version.
Any ideas?
thanks
Dan
Hi
You can see the right hand side of my free text paragraph boxes are missing:
http://www.theknowlist.com/do-your-suppliers-value-you-as-a-client/
This has happened since I upgraded to the latest version.
Any ideas?
thanks
Dan
Hi Dan,
In your theme's theme.min.css you have the following which is the culprit
.entry-content {
overflow: hidden;
}
to counteract it you can add the following towards the bottom of your theme's stylesheet or wherever you place custom CSS
.entry-content .gform_wrapper {
overflow: visible;
}
Regards,
Richard