I have a problem with enfold.
When I restrict the window page, the newsletter subscription webform is cut.
How can I to fix?
Hi Francesco!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#WFItem8032402 .wf-body li { width: 57%!important; }}
Best regards,
Yigit
thanks, I’ve done the change but the problem remains :(
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) {
.actTinyMceElBodyContent, .actTinyMceElBodyContent * {
width: 50%!important;
display: block;
height: 40px!important;
}}
Please note that this is not a theme related issue
Regards,
Yigit
Thank you for your help
Hi!
you’re welcome. Let us know if you need some more help. We are happy to assist you.
Best regards,
Andy