• Resolved bestinla

    (@bestinla)


    Hi,
    You answered for my question.

    My question:

    Hi, Our site use Flatsome theme with your FluentForm. As you can see (https://snipboard.io/CFdcOS.jpg), submit button’ vertical alignment is off.
    
    I saw a website which has just on line newsletter form like this:https://snipboard.io/2BPe8H.jpg
    
    I wonder if I can make same one line form with your plugin.
    If I can, please let me know how can I do that.
    Thank you.

    Your answer:

    You can create a one-line newsletter form like the example you have provided using FluentForms. You can take a three-column container and put a name, email and custom submit button on each of the columns. Otherwise, you can also use custom CSS codes to change the alignment of the input field and button.

    If you see my attachment. I already made 3 columns.
    I would be appreciate if you can let me have a css code for alignment.
    And I wonder if I can customize(color, size, and frame) the one line news letter form like this:https://snipboard.io/2BPe8H.jpg with this non-pro version?

    Thank you.

Viewing 1 replies (of 1 total)
  • Hello @bestinla,

    You can use following CSS code to align the submit button –

    .fluent_form_FF_ID .ff-btn-submit {
        margin-top: 33px;
    }

    You can change the value of the margin-top as you need.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Re- question) How to align button?’ is closed to new replies.