Welcome to the Preview Page of the Eye Theme

The Eye Theme is a free webdesign template for the CMS Concrete5. Even it is free you will find many customization options in it (but of course it isn't as advanced as my professional themes).

There also is no manual included so you need to know yourself how to use some features (e.g. the preinstalled shadowbox).

One thing I want to mention here is the flexible width of the container:

You can adjust the width of the container with a single line of css code in the theme customization window of concrete5. Here is an example for a fixed width:

#container { width: 820px;}

and another one for a fluid width:

#container { width: 80%;}

Note that I can't provide customer support on free themes but of course you are always free to ask and I am willing to listen ;-)