UMBC-CMSC447-Spring2017-Team5 / college-JUMP

https://lassa.xen.prgmr.com/collegejump/
GNU General Public License v3.0
0 stars 0 forks source link

Move footer to the actual bottom of the view #16

Closed alexander-bauer closed 7 years ago

Mjacks3 commented 7 years ago

Hey Sasha, I'm having an issue where none of my HTML changes are getting updated server side. I just updated the env (actually I reinstalled the env through the terminal to get sqlalchemy) and the site launches locally, but none of my code changes are getting updated. Did I screw something up when I installed the env again?

Mjacks3 commented 7 years ago

@alexander-bauer

alexander-bauer commented 7 years ago

@Mjacks3 I don't see any commits that have been pushed to GitHub, so it looks like either you haven't committed your changes, or you did commit them but never pushed them. I can help diagnose that if you've done those and they're not arriving on GitHub where I'm expecting them.

ichniow1 commented 7 years ago

If this issue is just the footer location within theme.html, fixed it because I already had it open

Mjacks3 commented 7 years ago

Working with this issue is actually a lot more tedious than I thought. I'll re prioritize for the purpose of the UID for now and open it up for help. @ichniow1 the issue is to move the footer to the bottom of the page page (moving the footer header in theme.html was actually good for organization's sake but the issue is moving the footer content so that it's at the bottom of the screen on any page on the website.) This was tricky with because the results keep acting differently on long vs short content pages.

Mjacks3 commented 7 years ago

Done