Add Support for Configuring the Position of "Back to Top" Button and Scroll Percentage Arrow in NexT Theme. #868
Closed
FreemanKevin
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Currently, the position of the "Back to Top" button and Scroll Percentage Arrow changes with the left or right position of the sidebar and does not support customization. You can modify the settings for the sidebar's position. Lines 119 to 121 in da4712e If you need to make specific changes, you can edit the source code of the theme here: hexo-theme-next/source/css/_mixins.styl Line 145 in da4712e Change false to true
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to request an enhancement to the NexT theme to support configuring the position (left or right) of the "Back to Top" button and the scroll percentage arrow.
Currently, these elements are fixed to the left side of the screen, and users need to manually edit CSS files to position them on the right side. It would be more convenient and user-friendly if there were configuration options in the _config.yml file to set these positions.
Specifically, I propose adding new configuration options under the back2top and scrollpercent sections that allow users to choose between left and right positions for these elements. This would help users who prefer to have these elements on the right side without needing to customize the theme's CSS.
Thank you for considering this enhancement.
Beta Was this translation helpful? Give feedback.
All reactions