• Resolved Filmguy2013

    (@filmguy2013)


    Hello. Is there any way to make the calculate button larger on mobile phone screens? I took a screenshot of my iPhone 6 to show you how small the button is on my calculator form in the light box. Is there any way to make the button larger for mobile?

    Screenshot: https://pasteboard.co/J6ZeIhf.jpg

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

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @filmguy2013

    These are basic concepts in web development, you need to use CSS @media rule to define CSS rules specific for the browser’s width (https://www.w3schools.com/css/css3_mediaqueries_ex.asp)

    If you need to know the selector to define the CSS rules that affect the buttons, it is:

    
    .cff-button-field input{}
    

    If you need a custom coding service to customize the appearance of your form, you can request a custom coding service through our private website: Customization

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Make the Calculate Button Larger on Mobile Screens?’ is closed to new replies.