• Resolved sachazer

    (@sachazer)


    Hello,

    I created a popup with Hustle but I don’t know how to do for enlarge a textbox.
    The link of the page is https://turnadon.com/ and for see the popup, click on the button “Démarrer votre campagne”.

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @sachazer,

    I hope you’re doing well!

    The Text field can be larger with the CSS code below, but please note as this is an input field and not a text area, there is only one line of text can be added. To change it to a text area will require a lot of custom coding.

    Please add this CSS code to Appearanace > Custumize > Additional CSS:

    #hustle-field-Votre_message-module-1 {
         min-height: 100px;
        line-height: 1.5;
        resize: vertical;
     }

    I’ve have forwarded your request to our developers about converting the field to a text area, once they will follow back, we will update this thread.

    Have a good day and take care!

    Kind regards,
    Nastia

Viewing 1 replies (of 1 total)

The topic ‘Enlarge text box’ is closed to new replies.