Skip to content

SideBar Theme - Can't Clear Widgets #10

Description

@mayamcdougall

The SideBar Theme's Widgets can't be cleared and stick out the bottom of the page if it is too short. This is because the sidebar is using absolute positioning and is outside the normal flow of the page.

If the sidebar is no longer absolutely positioned however, it will no longer extend to the length of the content. Absolute positioning is required to be able to set it's height to 100%.

I need a solution that will both cause the page to extend if the widgets are longer than the page AND cause the sidebar to extend if the page is longer than the widgets. The solution also needs to not modify the HTML structure, or at least modify it in a way that doesn't affect the default theme.

The solution is a little beyond me at this point, but if anyone has any input, feel free to comment below.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions