HDInnovations / UNIT3D-Community-Edition

Private Torrent Tracker Built With Laravel, Livewire and AlpineJS.
GNU Affero General Public License v3.0
1.94k stars 370 forks source link

Footer Image is not rendering correctly #243

Closed ghost closed 6 years ago

ghost commented 6 years ago

Description:

It appears that the footer image is not rendering correctly on the home page. untitled-2

Steps To Reproduce:

As you can see the image has gone behine the Navigation menu on Home page. However, checking other pages the image seems to render and fit perfectly.

Possible Fix:

Dunno

owenvoke commented 6 years ago

On the index, the #l-footer element is outside the #hoeapp-container div.

It looks like on the other pages #l-footer is inside the #main-content .inner-content div. When #l-footer is moved inside the .inner-content, it seems to render the same as the other pages.

Not sure why this would be different across pages though.