Skip to content

Oversized footer on mobile device #117

Description

@winstoy

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions