• Resolved Grindzewall

    (@grindzewall)


    Hi,

    I’ve currently got your plugin installed on my website.

    I was just wondering where I would be able to change the minimum line height of the message box. I know that it can be adjusted by dragging the corner, but on a mobile, this won’t be an option.

    I’m ideally looking to have the message box default to 10 lines high.

    Thanks

    https://www.ads-software.com/plugins/mn-contact-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MNthemes

    (@mnthemes)

    Hi Grindzewall

    You can add this style to your style.css file or any custom stylesheet file you are using to increase the height of the textarea field.

    #mn_contact_message{ height: 150px; }

    You can adjust the height from 150px to as per your requirement.

    If you want to use the height specifically for handheld devices, you can use the css like this:

    @media all and (max-width: 640px){
    #mn_contact_message{ height: 150px; }
    }

    Now with the latest version (1.2) of the plugin, you can choose from two responsive styling options in the administrator interface.

    Hope this will solve your problem.

    Thanks for using MN Contact Form

    Want to use this plugin with advanced features, ask us for the Pro version (MN Contact Pro).

    Thread Starter Grindzewall

    (@grindzewall)

    Many thanks for your reply, that worked perfectly! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increasing the size of the message box’ is closed to new replies.