want to work on my website so bad but the fall semester started and is currently kicking my ass.. tbf all of my freetime goes to playing inscryption or reading dungeon crawler carl BUT STILL. MY WEBBEDSITE!!!!!
btw if anyone knows how to fix that stupid little bug where a horizontal scrollbar shows up on mobile view (and desktop view sometimes), lemme know... i asked on reddit and the answer was basically "use flex boxes" but that would require reworking Everything and the base of this was a template i frankensteined into what i have now. i didn't have this issue before so SOMETHING changed.
off the top of my head you could use overflow:hidden on all divs with this problem, make a media rule so that mobile-sized screens have an overflow:hidden attribute, or use scrollbar styling to make it invisible but scrollable (which i dont recommend for accessibility reasons!)
btw if anyone knows how to fix that stupid little bug where a horizontal scrollbar shows up on mobile view (and desktop view sometimes), lemme know... i asked on reddit and the answer was basically "use flex boxes" but that would require reworking Everything and the base of this was a template i frankensteined into what i have now. i didn't have this issue before so SOMETHING changed.
off the top of my head you could use overflow:hidden on all divs with this problem, make a media rule so that mobile-sized screens have an overflow:hidden attribute, or use scrollbar styling to make it invisible but scrollable (which i dont recommend for accessibility reasons!)
it might be caused my oversized padding btw! using box-sizing:border-box might prevent it but youd probably have to rework your older pages
OUGHHH TYYYY!!! I WILL TRY LATER...