still don't really recommend browsing spacehey on mobile, but you know.
I'm not really actively working on my page anymore, only when I feel like it, however I was sent a screenshot of what my page looks like on mobile, and I thought it'd be an easy fix, so yeah. at least now if anyone clicks on the link they won't have alex bale and sirenhead taking up their whole screen LMAO
Anyway, if anyone has images on the sidebars of their profile that they don't want to show on mobile, you can use this:
div.hide-mobile {
@media (max-width:629px) {
img {
display: none;
}
}
}
and then you wanna put all your images/background stuff into a "hide-mobile" div. (if your syntax and formatting is good, this should be easy. if you're using 800 templates and they're all over the place, I'm sorry. I wish you luck.)
mind you this is probably the only trouble I will go through to make my page more mobile-friendly, because it was an easy fix (and I haven't really noticed any other problems so far, if it's impossible to navigate now, lmk I guess). but in this era of mobile browsing being encouraged over desktop browsing, consider the mobile user. and maybe add your images to a container so they won't show up on mobile I guess.
(I'm aware this isn't a perfect solution because the page still makes a request for the image, which uses up data. I'm sorry about that. but not enough to fix it. if you're browsing spacehey on mobile data, you know what you're in for)
Comments
Displaying 0 of 0 comments ( View all | Add Comment )