• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help Mobile-friendly

grimmmy

holy work
How can you ensure fancy-codes are legible on small viewports (text isn't cut off, everything displays correctly, etc.)?
 
While I can't guarantee that this is a 100% fool-proof method each time, but whenever I start a code, I like to always give my parent border a max-width.
At times, it'll also depend on the positioning such as using position: relative rather than absolute and placements of your boxes, I like to use margin-top, margin-bottom in my codes.
I also like to use float, row and column bbcode, or flex-boxes that helps with mobile-friendliness.
 
Another thing you can look into is flexboxes. They make it easy for items to move around in different screen sizes. They're amazing for making sure content will always fit.
 

Users who are viewing this thread

Back
Top