Is it possible to use one theme for Desktop and another for Mobile?

Is it possible to Use One theme for Desktop and Another for Mobile? If so, can you please show me how or point me in the right direction?

Technically, yes, as there is distinction made in code to ensure you can optimise themes for specific device types. But almost invariably packaged themes would have a consistent design approach between devices.

However it is possible to develop a packaged theme that differed between desktop and mobile more significantly.

This is something you’d have to create yourself and you’d have to get into the technical weeds to do it : there’s no simple UI to do this. One complexity is that themes often define what is common between desktop and mobile and you’d have to untangle that in CSS.

2 Likes

OK, excellent. Thank you.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.