Add New Post Not Full Width

Posted in: Newsmag
Post count: 17

Hi, why I cannot using full width when create article? Have a box http://imgur.com/a/VA1wV

Post count: 23312

Hello seikology,

That separator is used by the theme in the backend when you edit your post to know when the post content will fit when the sidebar is active. Also, if you want to remove the sidebar line on the editor, please try to follow the next topic here -> https://forum.tagdiv.com/topic/editor-and-sidebar-line/ because there you will find steps which you have to follow if you want to get rid of it the sidebar in back-end editor.

Thanks for the message!

Post count: 17

Hi, I already removed the code but still not working.

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

@media
(min-width: 768px) and (max-width: 1023px) {
html .mceContentBody {
margin-left: 17px;
margin-right: 17px;
max-width: 768px;
background: #ffffff url(‘images/editor-style/grid-sidebar-tablet.png’) repeat-y left top;
}
}

Post count: 17

Its working now. I clear the cache. Thank you so much sir.

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