Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #532995

    Good morning everyone at Enfold,

    I am currently working on a website for a client,
    and while your theme is working successfully I’m having some issues with my contact form.

    If you visit my website (see link in Private Content) on a mobile device you will notice the contact form at the bottom of the page is not aligned on the left and right sides.

    ALSO I have the contact form set to include a “message successfully sent” after it sends,
    my client is able to see this notice but I am not, (both on desktop and mobile device).
    Alongside me not being able to see this message, my client is seeing it in the purple/pink colour so it is unreadable. I would like to know how I amend this text to be white and function for both MYSELF and the client.

    #533494

    Hey Portfoli0CSG!

    Can you please post a screenshot and show the alignment issue? I could not reproduce it.

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h3.avia-form-success {
        color: white;
    }

    Best regards,
    Yigit

    #536252

    Good morning Yigit,

    Thanks a lot for such a quick response,

    I have attached a screenshot of the mobile width alignment issue as mentioned.
    Please let me know if you have any ideas on how to fix this up.

    Image of Mobile Alignment Issue

    #536692

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .avia_ajax_form .form_element {
        margin-left: 0;
    }}

    Regards,
    Yigit

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