• Resolved melet

    (@melet)


    Hello!
    Does anybody know how to change the height of Post Body element? It is calculated automatically and no option to adjust it is provided. “Rows” and “Columns” advanced options don’t make any changes.
    Thank you in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @melet,

    We did not set the height/width of fields just to suit with all the themes. The div size may vary on the different theme which may cause the design breaks.

    However, you can use form multistep from wp-admin->User Frontend->Post form->edit a form->Settings->post settings->enable multistep. If you enable the multistep, the form will be displayed in frontend in multiple steps Learn more about Multistep

    Thread Starter melet

    (@melet)

    Your answer is about nothing. You’re selling me a pro version? I dont need it.

    So, answer to my question is the folowing css code:

    .wpuf-form .mce-edit-area iframe {
    	height: 350px !important;
    }

    Hello @melet,

    I am sorry that the previous answer was not acceptable to you. However, it seems you were able to limit post body height by yourself. Great, I really appreciate your effort. Please don’t misunderstand us. Let me know if you have any other query, we will definitely do our best to help you.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post Body element default height’ is closed to new replies.