Hi
I’ve had to use contact form7 on a website as the Enfold Contact Form kept going into spam (I still prefer Enfolds form). Contact form 7 is working ok on a contact page but I’ve also put a contact form 7 in sidebar. The problem is that some of the boxes are missing an end border (see screenshot). I thought it might be that the form is too wide and adjusted it using various methods! It remained the same.
Any advice?
Thanks
Anji
Hey AnjiG!
Can you please post the link to your page where we can see the issue?
Cheers!
Yigit
Hi Yigit
Yes, here is the link
Thanks
Anji
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar input {
min-width: auto!important;
}
Best regards,
Yigit
Hi Yigit
Thanks for responding so quickly. I tried putting the code in Quick CSS and nothing happened I’m afraid.
Anji
Hi!
Please flush browser cache and refresh your page a few times. It does work fine on my end
Regards,
Yigit
Hi Yigit
Seems to work well on Chrome and firefox but still has the problem on Safari? Can I do anything about that?
Just wondering.
Thanks as always
Anji
Hey!
Please add following code to Quick CSS as well
.avia-safari .sidebar input {
min-width:initial!important;
}
Regards,
Yigit
Hi Yigit
That worked! Thanks again for the best support!
Anji