Post Content Box increase widht
-
I would like to increase thw width of the post content box.
I know height can be varied by the user,but if widht can be a bit more broad by default,the editing button will not merge with each other what is currently happening.
I tried this:
<?php wp_editor( $description, ‘new-post-desc’, array(‘textarea_name’ => ‘wpuf_post_content’, ‘editor_class’ => ‘requiredField’, ‘teeny’ => false, ‘textarea_rows’ => 8) ); ?>
by changing the testarea_rows greater than 8 like 12 but nothing happening.
I tried it changing in wp-user-frontend/wpuf-edit-post.php and wp-user-frontend/wpuf-add-post.php.
also they are mentioned as (inactive) when edited through editor of plugin??
Is anything wrong or any other method needed?
Thanks a lot in advance for help ??https://www.ads-software.com/extend/plugins/wp-user-frontend/
- The topic ‘Post Content Box increase widht’ is closed to new replies.