I have a website that is not mobile friendly, its designed in plain html and css
how do i make the website responsive
how do i make the menu go small on a mobile device and allthe elements to fit properly
Richard_35 0 Newbie Poster
Recommended Answers
Jump to PostThat.s a ridiculous amount of info for one single forum question. Retrofitting a site is painful. Best thing to do is design for mobile first and then add stuff for bigger screens. That.s a broad stroke though. Alternatively dedign a separate mobile site and make your old site fluid to …
Jump to PostRead up on media queries.
These set widths based on screen size with some sizes chosen to correspond to a few popular sizes of devices. You create a series of these media queries in your css file, set to be triggered if the screen is below or above the …
All 8 Replies

diafol
john_111 88 Junior Poster in Training
diafol commented: Interesting comment on google :) +15
gentlemedia 803 Master Poster

diafol
brothman01 0 Newbie Poster
Violet_82 89 Posting Whiz in Training

diafol
gentlemedia commented: +1 +6
gentlemedia 803 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.