2
votes

I need to implement a responsive theme on a Drupal 6 application.

How can you do this? What are the available theme options? What is the best way to do it?

2

2 Answers

0
votes

Zen and AdaptiveTheme are both responsive base themes that have Drupal 6 versions. If don't want to build the theme from scratch, the fastest route is to use one of those as a base theme.

0
votes

The options mentioned above (Zen, AdaptiveTheme and Omega) are great, but they require you to implement a sub-theme which has it's cost - for some sites it can't be justified.

I've also had good exeperience with using Artisteer to generate a responsive theme for a Drupal 6 site - candida. The responsiveness is automatic, as well as the RTL support, but the resulting code is not small. But if the uniqeness of design, the low cost and speed of implementation is important, this should definitely be considered as an option.