Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Methods for making your website responsive?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sysode" data-source="post: 294714" data-attributes="member: 25453"><p>Yeah, media queries are by far the best way to go (for dev purposes and UX) so I'd go with that most of the time. </p><p></p><p>For my project I am working on, I'm using percentages as much as possible in the global styles. With the media query I have selected I have set it for max-width:900px as that virtually suits a lot of mobile screens and tablet resolutions so that way it all kicks into place when needed. </p><p></p><p>I'd give examples but I'm on phone so I've done it all via text. </p><p></p><p>Also, don't be scared to use as many media queries as you want, some times it does feel like you are basically recoding it again for a smaller screen which is essentially what you are doing - that's fine. Start with some basic templates and go from there.</p></blockquote><p></p>
[QUOTE="Sysode, post: 294714, member: 25453"] Yeah, media queries are by far the best way to go (for dev purposes and UX) so I'd go with that most of the time. For my project I am working on, I'm using percentages as much as possible in the global styles. With the media query I have selected I have set it for max-width:900px as that virtually suits a lot of mobile screens and tablet resolutions so that way it all kicks into place when needed. I'd give examples but I'm on phone so I've done it all via text. Also, don't be scared to use as many media queries as you want, some times it does feel like you are basically recoding it again for a smaller screen which is essentially what you are doing - that's fine. Start with some basic templates and go from there. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Methods for making your website responsive?
Top