Title: Posts Editor
Last modified: August 30, 2016

---

# Posts Editor

 *  Resolved [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/posts-editor/)
 * The html editor doesn’t seem to be responsive with this theme, i mean, i have
   to full open the page to my wide monitor to see all the text.
 * Otherwise it shows truncated to the right.

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/posts-editor/#post-6610970)
 * Could you please elaborate, what html editor are you talking about?
 *  Thread Starter [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/posts-editor/#post-6610971)
 * The default editor of WP 4.3.1.
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/posts-editor/#post-6610972)
 * In the WP Administration panel? JustWrite doesn’t use any html editor on the 
   front end…
 * A screenshot would be great 🙂
 * Thank you!
 *  Thread Starter [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/posts-editor/#post-6610973)
 * [https://drive.google.com/file/d/0BwqfUUZEMQKFWUhLVnU1eUVPNEE/view?usp=sharing](https://drive.google.com/file/d/0BwqfUUZEMQKFWUhLVnU1eUVPNEE/view?usp=sharing)
 * [https://drive.google.com/file/d/0BwqfUUZEMQKFYTJuaUJVTlBLeEE/view?usp=sharing](https://drive.google.com/file/d/0BwqfUUZEMQKFYTJuaUJVTlBLeEE/view?usp=sharing)
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/posts-editor/#post-6610974)
 * The only files that use the editor are located in `functions.php`:
 *     ```
       $selected_ff = ac_get_selected_ff();
       add_editor_style( array( 'assets/css/editor-style.css', 'assets/css/es-' . $selected_ff . '.css', ac_font_url( $selected_ff ) ) );
       ```
   
 * You can comment these lines out, or remove them until I can replicate this issue.
 *  Thread Starter [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/posts-editor/#post-6610975)
 * Thank you for your excellent work.
 *  Thread Starter [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611048)
 * This is still un-fixed in the new Theme version.
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611049)
 * Sorry, but I don’t understand the issue. It looks normal to me. Could you take
   a screenshot and use Paint (or other photo editing tools) to draw/write exactly
   what you think is wrong with the text editor.
 * Thank you!
 *  Thread Starter [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611050)
 * I have posted the captures above.
 * I don’t know how to explain better. It seems that one or two right comlumns are
   missing (not shown) in the Editor.
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611051)
 * If you are talking about this space (with red): [http://imgur.com/5SzqSO7](http://imgur.com/5SzqSO7)
   that is how it’s supposed to look…
 *  Thread Starter [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611052)
 * No. What you post if full wide.
 * See what i mean, again here:
 * [https://drive.google.com/file/d/0BwqfUUZEMQKFdE1OYm95aEk0Y28/view?usp=sharing](https://drive.google.com/file/d/0BwqfUUZEMQKFdE1OYm95aEk0Y28/view?usp=sharing)
 * there are ALWAYS 1-2 letters missing.
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611053)
 * Now I understand, if only you posted an image like this before 🙂
 * Ok, you can open `/assets/css/editor-style.css`, find:
 *     ```
       html .mceContentBody {
       	font-size: 18px;
       	width: 100%;
       	max-width: 1150px;
       	-webkit-text-size-adjust: 100%;
       	-ms-text-size-adjust:     100%;
       }
       ```
   
 * change with:
 *     ```
       html .mceContentBody {
       	font-size: 18px;
       	max-width: 1150px;
       	-webkit-text-size-adjust: 100%;
       	-ms-text-size-adjust:     100%;
       }
       ```
   
 * I’ll try and add it in the next patch
 *  Thread Starter [massimod](https://wordpress.org/support/users/massimod/)
 * (@massimod)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611054)
 * many thanks

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

The topic ‘Posts Editor’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [massimod](https://wordpress.org/support/users/massimod/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/posts-editor/#post-6611054)
 * Status: resolved