Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #710280

    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

    #710780

    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

    #710820

    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

    #711248

    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

    #712358

    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

    #712631

    Hi,

    schön, dass du das Problem lösen konntest und danke fürs Teilen!

    Gruß,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.