• Dear Sir
    I setup a two column form on popup everything is going fine but its taking style from the theme for its every thing.
    how to override that as i also have selected internal style sheet in the style tab.
    Apart of that if u see there are lots of gaps how to overcome that.
    Its a two column form and if u see the right column where the button is its a bit low how to make it to the top horizontal with the personal information box.
    I have also selected reset the alignment styles to the left.
    This is my website link https://www.kreativestudio.ca the form will appear on popup.
    Plz Solve the Issue

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

Viewing 1 replies (of 1 total)
  • Hi khan.koder, you can increase the height of the texarea as follow.

    element.style {
        height: 198px;
        margin: 0;
        max-width: 250px;
        text-align: left;
        width: 99%;
    }

    I have changed the height to 198px.

    Let me know if that helps you.

    regards

Viewing 1 replies (of 1 total)
  • The topic ‘How to override theme style’ is closed to new replies.