• Resolved skrombeen

    (@skrombeen)


    Hi

    Please kindly advise how I can remove the big space between each field on my form submissions. My client is complaining that it uses a lot of paper when printing the forms and there is no R for Rand on the currency fields.

    Please assist asap

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @skrombeen

    I hope you are doing well today! To help with the field spacing you can add this code to the additional CSS or forminator custom CSS

    @media (min-width: 1025px) {
      #forminator-module-720 {
        margin-left: 250px !important;
        padding-left: 100px !important;
        padding-right: 500px !important;
      }
    }
    

    This code is optimized for laptop and desktop screens. Other screens, such as the Ipad pro 12.9″ downward, do not require field size adjustment as it already looks perfect

    Custom code is required for the unavailable currency symbol. The support team will help you with that shortly.

    kind regards,
    Olumide Akintunde

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @skrombeen,

    Seems like we missed this ticket from the queue, sorry about that. Could you please check and see whether the suggested CSS in the previous response helps?

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

    Kind Regards,

    Nithin

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @skrombeen,

    Since we haven’t received any updates from you recently, I’ll go ahead and mark this thread as resolved. Should you have any more questions or need additional assistance, please don’t hesitate to reach out to us!

    Kind Regards,
    Nebu John

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form Submission Spacing & Rand not showing on currency’ is closed to new replies.