You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
But then again... my personal motto with regards to my site... "I should do whatever I want with it forever..."
Also my problem is that I want my site to be seamlessly mobile-compatible and then have 50 bajillion tables and floating things on my computer. Which does not translate seamlessly to a mobile layout I think.
having things float and stuff on desktop and not mobile is pretty fun to do! i personally have more things you can see on some pages on desktop instead of mobile. id reccomend looking into media queries, and flexbox layouts tend to be easier to make mobile friendly, if you want something to show on desktop but not mobile just make sure its display:block in the desktop usual code and display:none in the media query
I handle this via bootstrap; half my images simply Do Not Show Up on mobile. the correct way to view my website is using the exact same browser, settings, and hardware as me. if you do it on a phone that isn't mine idk man I can't help you.
that being SAID, you should totally 100% do a recode if you want! I'm actually about to start a major refactor on my own site, to clean up all my sloppy css, which'll include mobile compatibility anyway. so like. hand in hand we can do this together