No its not too bad. If you separate it into tasks its better.
1. Setup templates for: tablet, mobile landscape, mobile portrait (or more if you want, you can add a view for every device)
2. Minify the navigation with an onclick (turn the nav into a vertical list instead of horizontal, hide it, and show it onclick of a button)
3. Go through elements / element types (tables, tabs, logo, footer, titles, text size in general)
4. Hit specific pages (forum view, polls, postbit) -- this is essentially positioning and hiding elements
Obviously I'm paraphrasing, but this is the gist. You also might need a function that runs everytime someone resizes their browser for cleanup.
1. Setup templates for: tablet, mobile landscape, mobile portrait (or more if you want, you can add a view for every device)
2. Minify the navigation with an onclick (turn the nav into a vertical list instead of horizontal, hide it, and show it onclick of a button)
3. Go through elements / element types (tables, tabs, logo, footer, titles, text size in general)
4. Hit specific pages (forum view, polls, postbit) -- this is essentially positioning and hiding elements
Obviously I'm paraphrasing, but this is the gist. You also might need a function that runs everytime someone resizes their browser for cleanup.