XF 1.2 Disable responsive design on certain pages

mistypants

Well-known member
I have a lot of existing pages that will need to be re-coded for responsive design. I read in the initial announcement of responsive design that you could disable it on a page-by-page basis:
Specific pages can also opt out of the responsive design with a <xen:container /> line.
I searched and found this post by Brogan. Where do I put that code? Does the '1' in it represent the node I want the responsive design disabled on?

Finally, since I want to disable it on multiple nodes, can I make it a comma list, like so:
Code:
<xen:container set="$noResponsive">1,2,3,4</xen:container>

Any help is greatly appreciated!
 
Top Bottom