My problem is the envelope will not open all the way ,the message area will not allow input and I would like the entire thing to be on the left side.

  • dkalepi
    Asked on November 13, 2015 at 7:00 PM

    of the page. Help.

  • victor
    Replied on November 14, 2015 at 10:05 AM

    To adjust the height of this theme, you just need to modify the CSS code from

    .form-all:hover {

        height : 776px;

        top : -200px;

    }

    to

    .form-all:hover {

        height : 876px;

        top : -200px;

    }

    You can adjust this code from the DESIGNER by pressing the DESIGNER button on the top toolbar.

    My problem is the envelope will not open all the way ,the message area will not allow input and I would like the entire thing to be on the left side Screenshot 30

    Select the CSS tab and you should see all the CSS code for this theme. Search for the code above and make the modification.

    My problem is the envelope will not open all the way ,the message area will not allow input and I would like the entire thing to be on the left side Screenshot 41

    Once you have modified the height, please do not forget to save the changes.

    Please let us know if this helps.