Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #876875

    Ahoy, I have a form I’m trying to match to enfold. You can see the form here (private)

    Basically i’m trying to match the form to the styling on this page. I also need it to be adaptive to mobile like the sample on the second link.

    Please advise.

    #876913

    Hey mcraig77,

    I recommend you to use a form plugin to accomplish this. The Caldera form should help you.

    Best regards,
    John Torvik

    #877225

    Hi john,

    This is a custom form. I need it styled. Enfold support has helped with this in the past. Please Advise on how to style it like Enfold forms.

    #878300

    Hi,

    We do not do so much custom CSS based on our support policy this days, as we have to handle a lot of tickets we are afraid.
    You can always try get the CSS from the old site you are referring to make it match.

    Best regards,
    Basilis

    #878302

    Ahoy Basilis,

    This is the thread where I was last help https://kriesi.at/support/topic/contact-form-7-with-enfold-styles/. Unfortunately that form didn’t work and have to use the form on the current page now. Can you please help :) Going foreword I will make note that Enfold doesn’t help with that anymore. For the time being it would be great if you could help seeing I use your theme for all my web designs. I have all my clients purchase a license. The support is what makes enfold great. If that support is not provided I will have to choose a different theme.

    Please Advise,

    #879187

    Hi mcraig77,

    Please remove the center tag around the submit input
    Image 2017-11-20 at 16.13.18.png
    Here is what I’ve got so far

    
    #newsletter fieldset .form_element {
        float: left;
    }
    
    #top #newsletter fieldset .form_element .text_input  {
      border-radius: 3px;
      padding: 11px 22px;
      font-size: 16px;
      border: none;
      width: 100%;
    }
    

    Best regards,
    Victoria

    #879358

    Great!

    I added that. There still seems to be a few bugs. Please Advise!

    #880546

    Hi,

    Yes, we will be happy to advise, but can you please let us know what type of bugs?

    Thank you

    Best regards,
    Basilis

    #880575

    Ahoy,

    I need the button to line up like the enfold form and I would like the input box to NOT highlighted (outer glowed) once selected.

    PLease Advise

    #881945

    Hi mcraig77,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    :focus {
        outline:none;
    }
    input[type=submit] {
      margin: 1.25em 0 1.25em 10px;
      min-height: 40px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #885860

    Thanks @victoria, The only remaining things I need is the form to be centered on desktop and the submit button wider with larger text to mach the enfold styles.

    Please Advise, that should be it after these things!!

    #886807

    Hi mcraig77,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #newsletter fieldset input[type=submit] {
        width: 24%;
        margin-left: 1%;
        font-size: 16px;
        line-height: 16px;
        margin-top: 0.85em;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #887561

    Almost. I don’t want the button to be that big, I wanted it to be the same size as the traditional enfold button. Here is a screenshot of what im trying to achieve on desktop. Mobile looks and adapts fine.

    #888482

    Hi mcraig77,

    You can just play with the width value and find the one that works for you :)

    Best regards,
    Victoria

    #888514

    Ahoy @victoria

    The button looks good on desktop but on mobile it gets cut off, below is a screenshot. I couldn’t get the form centered on desktop. I don’t think the code you provided centers the form on the desktop version like originally asked.

    Here is the code i inserted

    #newsletter fieldset input[type=submit] {
        width: 10%;
        margin-left: 1%;
        font-size: 16px;
        line-height: 16px;
        margin-top: 0.85em;
    }
    

    The code does adjust the button setting but on mobiel the button gets cut off. Like I mentioned before I cant get the whole form centered on desktop version

    Please Advise

    • This reply was modified 6 years, 4 months ago by mcraig77.
    #888892

    Hi mcraig77,

    So you need to have a media query for mobile and set the width value for the submit there too.
    The form was centered, when the submit was the size I gave you, the form was taking up the whole container and the container in centered.

    Best regards,
    Victoria

    #889081

    @victoria

    Let me see what I can do and get back to you…

    • This reply was modified 6 years, 4 months ago by mcraig77.
    #889621

    Hi mcraig77,

    Have you got it working for you?

    Best regards,
    Victoria

    #892608

    Yup, Thanks!

    #893471

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Form Styling Help’ is closed to new replies.