-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Comments
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? |
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! |
@yangshun Hello. I checked the footer, but cannot find out where exceeds. Can you tell me how can I fix it? |
The links within the footer. Try deleting them and see that it works
…On Wed, Sep 11, 2019, 7:16 AM BlackRedScarf ***@***.***> wrote:
@yangshun <https://github.com/yangshun> Hello. I checked the footer, but
cannot find out where exceeds. Can you tell me how can I fix it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1776?email_source=notifications&email_token=AAKBCHK4QSMQVFA6OV5QBVDQJD4SLA5CNFSM4IUX7GV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6OUMAA#issuecomment-530400768>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKBCHOTZMDHUYQV4HKX3Q3QJD4SLANCNFSM4IUX7GVQ>
.
|
@yangshun Thank you. I found it. My temporary solution is adding the following CSS in .nav-footer .sitemap a {
margin-top: 2px;
margin-bottom: 2px;
margin-left: -10px;
margin-right: 0;
padding: 3px 10px;
} |
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.
The text was updated successfully, but these errors were encountered: