Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to move the margin on SCEDITOR when in full screen mode? #483

Closed
ollie007 opened this issue Oct 6, 2015 · 1 comment
Closed

How to move the margin on SCEDITOR when in full screen mode? #483

ollie007 opened this issue Oct 6, 2015 · 1 comment
Labels

Comments

@ollie007
Copy link

ollie007 commented Oct 6, 2015

How do i move the margin on SCEDITOR down when in full screen mode?

My header is getting in the way of the editor, SO I would like to move the RTE down a little, BUT ONLY when in fullscreen

thanks

@samclarke
Copy link
Owner

The class sceditor-maximize is added when in fullscreen mode.

To move SCE down would be something like:

.sceditor-maximize {
    top: 100px;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants