This topic contains 1 reply, has 2 voices, and was last updated by Sofia Moss 7 years, 6 months ago.
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%; }
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.