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

There is a space in the right of the page #1776

Closed
blackredscarf opened this issue Sep 9, 2019 · 6 comments
Closed

There is a space in the right of the page #1776

blackredscarf opened this issue Sep 9, 2019 · 6 comments

Comments

@blackredscarf
Copy link
Contributor

blackredscarf commented Sep 9, 2019

There is a space in the right of the page when the width under 1115px. This space exists when initializing the project.

I try to change the CSS, but not help.

@blackredscarf
Copy link
Contributor Author

I found that the page of Draft.js has the same problem.

2019-09-11_214921.png

@yangshun
Copy link
Contributor

yangshun commented Sep 11, 2019

Doesn't seem to be the case for me. I'm using Chrome on a MacBook Pro 10.14.6 (18G87).

Are you by any chance using any extension that modifies the page? Also, could you inspect the HTML and see what's causing it?

@yangshun
Copy link
Contributor

I managed to reproduce the error on smaller screens. It seems that the footer link widths are exceeding the grid column span, that's the cause of the issue. PRs are welcome!

@blackredscarf
Copy link
Contributor Author

@yangshun Hello. I checked the footer, but cannot find out where exceeds. Can you tell me how can I fix it?

@yangshun
Copy link
Contributor

yangshun commented Sep 11, 2019 via email

@blackredscarf
Copy link
Contributor Author

blackredscarf commented Sep 11, 2019

@yangshun Thank you. I found it.

My temporary solution is adding the following CSS in custom.css.

.nav-footer .sitemap a {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: -10px;
    margin-right: 0;
    padding: 3px 10px;
}

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

No branches or pull requests

2 participants