Hallo,
ich habe auf der Website auf 2 Seiten ein Formular eingebunden, beide werden nicht responsiv dargestellt. Könnt ihr sehen, woran das liegt?
Auf anderen Websites, auf denen ich das meines Erachtens genauso gemacht habe ist es responsiv, z.B.
Vielen Dank.
Stefan
Hey tvgverlag,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.responsive .avia_ajax_form .form_element {
max-width: 380px;
}}
Best regards,
Yigit
Hi Yigit,
this don’t works. I’ve give you an Admin for my website, so you can have a look ;)
Thank You.
Best regards,
Stefan
Hi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Also please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
Andy
Hallo Andy,
das Cache Plugin war nicht das Problem, sondern nur der lange Text im Absendebutton. Behoben werden konnte das durch
.responsive .avia_ajax_form .form_element .button{
white-space: normal;
}
Viele Grüsse,
Stefan
Hi,
schön, dass du das Problem lösen konntest und danke fürs Teilen!
Gruß,
Andy