This topic contains 1 reply, has 2 voices, and was last updated by Sofia Moss Sofia Moss 6 years, 11 months ago.

admin footer position

  • User Level

    Just something I noticed while browsing the admin section.

    The footer is not actually pinned to the bottom of the page.

    To make it fixed to the bottom, add the 3 following rules to the style.css file located in admin folder.

    file: superstorefinder/admin/css/style.css
    modification: between line 23 and 29 (if you haven’t prevously modified this file)

    .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    }

    Sofia Moss
    StaffSuper ContributorUser Level

    Hi there,

    Thank you for your wonderful feedback and contribution to the community, let me forward this to our devs team.

    Cheers,
    Sofia

You must be logged in to reply to this topic.