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

    Hello,

    I made a thread about this problem before (https://kriesi.at/support/topic/contact-form-fields-on-the-same-line-alignment-problem-on-mobile-devices/) but it won’t let me reply to it so I made a new thread, the solution provided was working fine up until recently when wordpress auto updated and messed with the alignment.

    Specifically the form title and message sent label are cut off, the submit button label isn’t displaying correctly and the captcha question is being displayed with “don’t display a captcha” selected.

    I’m hoping it’s a quick fix, thanks in advance.

    #369099

    Hey samadhi_!

    Your still using Enfold 2.7 it looks like. You’ll need to update to the latest version, 3.0.4, to fix this.

    See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Cheers!
    Elliott

    #369256

    Hello Elliot,

    Thanks for the quick reply, I went ahead and updated wordpress / enfold and it appears everything is working fine now except the “Get Started !” submit button is being pushed to a new line instead of being on the same line as the 4 contact fields like it was before wordpress updated.

    Also the social sharing icons in the footer are no longer centered.

    Thanks for the help.

    #369261

    Hi!

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

    section#a2a_share_save_widget-2 {
    text-align: center;
    }
    p.form_element:last-child {
    float: left;
    width: 14%;
    clear: none;
    top: 24px;
    }

    Regards,
    Yigit

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