Editor is at 50% , wrapping around

Posted in: Newsmag
Post count: 4

Hello

In the wordpress editor, I see a vertical gray line around 50% of the way along the textarea.

Text wraps once it gets to this line.

I think there’s something in the styles causing this but not sure how to fix.

Thanks

Topm

Post count: 2

Hello.
I also see a vertical line in the middle of the visual editor of WordPress. What can NewsMag do to solve this?

I always lose 50% of the screen when I am inserting a post.

Thank you

Post count: 4

Hi

I found the answer to this. If you’ve got access to FTP, you can go into wp-content -> themes -> Newsmag and look for editor-style.css

Download and edit this file and look for:

html .mceContentBody {
margin-left: 20px;
margin-right: 20px;
max-width: 640px;
background: #ffffff url(‘images/editor-style/grid-sidebar-desktop.png’) repeat-y left top;

}

You can actually comment this out, or delete it.

Save and upload and you should have access to the full editor width.

I’m guessing it’s there to give a preview of how your content will look in the browser, but I prefer to have my full editor width.

Hope this helps

Tom

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.