How can I make site like this: http://cliff.se/ in Drupal Zen Theme? Which modules I must use? I downloaded Zen theme,but I don't know how to rearrange to look something like this site.

Comments

ultimateboy’s picture

Title: zen theme question » Zen theme question
Project: Drupal core » Zen
Version: 6.9 » 6.x-2.x-dev
Component: theme system » Miscellaneous
Assigned: doktorrr » Unassigned
Status: Active » Closed (fixed)

Zen is meant as a starter theme for styling with CSS.

More information about CSS is available here: http://en.wikipedia.org/wiki/Cascading_Style_Sheets

A decent place to begin learning css is available here: http://www.w3schools.com/css/sd

Once you begin to learn the basics of CSS, in order to utilize the Zen theme, you will need to create a sub-theme (http://drupal.org/node/225125).

Be sure to read the Zen documentation (http://drupal.org/node/193318).