-
Notifications
You must be signed in to change notification settings - Fork 26k
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
Page Number Tabs/Links Overlap on Mobile #721
Comments
Think you need to update the theme, this was fixed in #694. |
Okay, so when I execute How do I make sure that the version being built by jekyll with
I'm going to go ahead and move forward with this and see what happens. |
Check All you should need to update is run |
Update, after doing all of the above I'm still being given the same overlap. The What might be a way to move forward? |
If it says 4.1.0 there then it should be using that version if you're running Only other thing I can think of is You don't happen to have any files in _includes that might be older versions and overriding the ones bundled in the gem do you? |
thank you for your patience so far: Picking up with your last recommendation, I deleted that directory since I had no custom changes to it. That led to me deleting most directories minus Fixing that fixed the problem when I regenerated the website. I clearly do not fully understand how jekyll and gem works with that kind of mistake. Either way, I have resolved the issue and your patience led me to that solution. Thank you as always for a great theme and for your help here. |
Hi there,
It appears that the theme's wrapping behavior causes some minor overlap with the tabs for page navigation. I was wondering if there was a way to increase the space between the tabs vertically for the use cases where it is forced to wrap around?
bundle update
.bundle exec jekyll build
.Environment informations
github-pages
orjekyll
gem version: 3.3.1Expected behavior
Tabs for next page, page 2, page 3, etc should not overlap when forced to wrap on mobile browsers
Steps to reproduce the behavior
Use Chrome's Mobile Device Toolbar (or similar), shrink down screen size to where the bottom tabs wrap, and they will overlap as a result.
The images below were created using Chrome's device toolbar but mimic the exact behavior I see on my own mobile device using Chrome on Android (LG G4):
The text was updated successfully, but these errors were encountered: