Dear Enfold support team,
I have an issue that the footer form at my page doesn’t display correctly …cuts off on the right hand site with a certain screen resolutions. You’ll see when you play with the resolution.
I tried:
wpcf7-form {
display: block;
float: none;
margin: 0 auto 50px;
width: 90%;
max-width: 300px;
}
Can you help please?
best
Stefan
Hey Stefan,
This CSS is causing that, it looks to be added inline with the contact form?
#top label.footerBox span {
width:240px;
}
Please try to change that to a percentage value instead.
Best regards,
Rikard
Excellent Rikard! Spot on and thanks again for the right hint.
It needed % as you mentioned and !important, so this works:
/*Footer styling */
#top label.footerBox span {
width: 100%!important;
}
…Ticket can be closed :-)
Hi beenee,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko