Problem Description
The footer section of the current theme takes up excessive bottom space, especially on mobile devices, which undermines the overall visual experience and browsing efficiency.
Problem Analysis
After troubleshooting, the root cause lies in the CSS styles of the footer copyright area. The selector #copyright a is hardcoded with display: block;. This forces links that could otherwise be arranged horizontally to stack vertically on mobile devices, drastically increasing the footer height.
Modification Suggestion
It is recommended to add a Footer Management option in the theme settings, allowing users to independently control the display mode of copyright links instead of having it enforced by the theme.

Problem Description
The footer section of the current theme takes up excessive bottom space, especially on mobile devices, which undermines the overall visual experience and browsing efficiency.
Problem Analysis
After troubleshooting, the root cause lies in the CSS styles of the footer copyright area. The selector #copyright a is hardcoded with display: block;. This forces links that could otherwise be arranged horizontally to stack vertically on mobile devices, drastically increasing the footer height.
Modification Suggestion
It is recommended to add a Footer Management option in the theme settings, allowing users to independently control the display mode of copyright links instead of having it enforced by the theme.