Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1105655

    Dear Support,

    In the contact form, there is an option:
    “Label/Send Button alignment
    Select how to align the form labels and the send button”

    The only one which isn’t aligned centered is the “Contact Form Captcha”. The math formular is everytime left aligned.
    Can you please correct this in a next version?

    And in german, there are some missspelling and missing translations inside. In relation to the first mentioned sentence, the german translation is now:
    “Senden-Button ausrichtung
    Wählen Sie, wie die Schaltfläche “senden” ausrichten werden soll”

    Better and more correct:
    “Ausrichtung der Felder des Kontaktformulars:
    Wählen Sie bitte, wie die Schaltfläche “senden” und die Beschriftungen ausgerichtet werden sollen.”

    Thx.

    #1106112

    Hey S.,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1106375

    Dear Victoria.
    Please send a screenshot from your side.
    What happens on your installation if you set the “center” option in the contact form at the checkbox “Label/Send Button alignment” and activate the captcha? Is the math-formula-captcha then also in the middle for you in the frontend?

    thx & Best

    #1106407

    Hi Hokuspokus,

    https://cl.ly/25be198727a8 Do you mean a view like this?

    Best regards,
    Victoria

    #1106412

    Dear Victoria,

    exactly. This is more eyecatching on a form like this.

    View post on imgur.com

    Can you fix it please in a next update? This appear on all enfold clients.

    thx

    best

    #1106943

    Hi Hokuspokus,

    The text inside the input is called placeholder and not label and so it is left-aligned as a rule of thumb. You’re talking about two different things. I am not sure that this will be adjusted but I will pass it on.

    Thank you.

    Best regards,
    Victoria

    #1107133

    Dear Victoria,

    does what you and I have sent as a screenshot look particularly beautiful, professional or corporate identity, e.g. if you have arranged everything “center” in the mobile view?

    What is your impression? Does the design appeal to you in general? What is your impression when you look at the contact form from your screenshot? Does it look clearly structured and uniform to you and you think,”Wow, what a nice contact form”?

    I generally only talk about one thing: about the contact form and its contents. I would like to have a general center or left-aligned contact form: It makes no sense to me, even from the optics, that specific fields are centered and others just left-aligned. This looks untidy for me. And I’m convinced that other people see it that way too.

    And i Hope, you see also, that the Date Input is center, my labels are also center and the budget is left as example.

    I hope you can take this into account for an update to have a more clean design for your user.

    Best

    S.

    #1107410

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
     #top .main_color select {
         text-align-last: center;
         text-align: center;
         -ms-text-align-last: center;
         -moz-text-align-last: center;
     }
    
     span.value_verifier_label {
         left: 50%;
         transform: translateX(-100%);
     }
    
    
    

    Best regards,
    Vinay

    #1108280

    Dear Vinay,

    this isn’t center rather the answer of math formula is center. It seems it’s a difficult problem.

    View post on imgur.com

    Best
    S.

    • This reply was modified 5 years, 5 months ago by Hokuspokus.
    #1108978

    Hi,

    Thank you for sharing the details.

    We have added this update in the core theme and works for the captcha result. You can use the code to move the captcha text to the center. Please wait for the next release :)

    Best regards,
    Vinay

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