If the answer to 0) above is yes, then you need to create new CSS and you're done. That is assuming the pages were built in such a way that CSS does all the layout work.
*** Disclaimer - this may not be the best way to do this, but this is what our current plans are ***We are doing the same thing and I'm sure other are.The difficulty factor will be based upon a couple of things:0) Are the pages 100% the same content just laid out differently?1) Did you use DCRs for all your content or is the content entered in the content area of each page?2) Are the words being used on the desktop site the same words you want on the mobile site? [or separate fields in the DCRs for desktop vs. mobile]3) Do you want the same IA (Information Architecture) on both sites [not a show stopper, but has ramifications if the answer is no]If the answer to 0) above is yes, then you need to create new CSS and you're done. That is assuming the pages were built in such a way that CSS does all the layout work.However you will, most likely, need to build a new page layout, new components, new CSS, new .page files for the mobile site. Then use segmentation to segment people to the different pages in the site map.Item 0) does not apply to us, our pages are very different.
Dan, Are you using Custom-Fixed layouts or freestyle layouts?If fixed layouts, how did you overcome the problem of having defined width of each section. These widths are specified for Desktop browsers and not specified according to mobile browsers. So how did you overcome this problem and defined new widths for mobile browsers?