-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Footer is not responsive on mobile devices #612
Comments
This issue has been automatically marked as stale because it has not had any recent activity. |
Reopening this as it shouldn't have been closed. |
You are correct that the spacing is to allow for the scroll to top arrow. The issue here stems from this being a pure CSS solution to the scroll to top positioning and as a result it's a lot more challenging to make the appearance switcher respond to the viewport. I don't think splitting this onto 2 lines will help either because the two elements are still going to be in conflict. |
This issue has been automatically marked as stale because it has not had any recent activity. |
Issue description
Hey there,
First off, huge thanks for this awesome project! 🤩
I noticed a small issue with the
theme toggle
button in the footer. It seems a bit off-center, probably due to theback to top
button space, which might not be visible always. Even when the back to top button is visible, the problem remains as that button is not relatively displayed.I have a suggestion to fix this! How about breaking the footer into two rows on smaller screens? One row for the copyright text and the other for the toggle button. 🛠️
What do you think? If you like the idea, I'd be more than happy to help with the changes and send a pull request. Let me know your thoughts! ✌️
Theme version
v2..6.1
Hugo version
hugo v0.115.3+extended darwin/arm64
Which browser rendering engines are you seeing the problem on?
Firefox (Mozilla Firefox)
URL to sample repository or website
https://farhaduneci.github.io/softwarexplore/
Hugo output or build error messages
No response
The text was updated successfully, but these errors were encountered: