[Forminator Pro] Subscribe button

2

Hi, I would like add SUBSCRIPTION BUTTON on footer widget, How can I add button and email in one line. current design option cant do that. please help.
Thanks

  • Nithin Ramdas
    • Support Wizard

    Hi Nasir Khan ,

    It’ll require custom CSS to style the button in one line. I suppose its the form on the /Preorder page on your website where you are looking to add the fields in one line?

    You can align the fields by manually dragging the fields via Forminator side as shown in the following screenshot:
    [attachments are only viewable by logged-in members]

    Once done, please try adding the following CSS and then check whether it makes the button in one line too:

    
    @media (min-width: 783px) {
    
    #forminator-module-599 .forminator-row:nth-child(2) {
    
        width: 75%;
        float: left;
    
    }
    
    #forminator-module-599 .forminator-row:nth-child(3) {
    
        display: inline-block;
        padding: 3% 0 0 3%;
    
    }
    
    }

    You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Please do let us know how that goes. Looking forward to your response.

    Kind Regards,
    Nithin

  • Rupok
    • Ex Staff

    Hi Andre van der Merwe,

    I’ve forwarded your feedback to our team. They are working hard to make the plugin better and better. They will surely discuss this and though I can’t confirm anything at this point, hopefully, they will add it in a future version.

    Regards,
    Rupok