Page 1 of 1

Converting andres04 so it has

Posted: Thu Aug 16, 2007 12:15 pm
by leerees
Hi,

Ive managed to install the template andres04 but I want 2 content boxes like in CSS Menu top + 2 Columns.

I've tried reading the template guides but it is way above my knowledge, can anybody give me any idea on what i would need to change/add in the css to make the template display 2 columns instead of one?

Re: Converting andres04 so it has

Posted: Thu Aug 16, 2007 12:46 pm
by cyberman
Should not be too difficult. Limit width of first column and add a second div box with corresponding width.

Re: Converting andres04 so it has

Posted: Thu Aug 16, 2007 12:53 pm
by leerees
could you tell me how, ive spent ages trying to look at the code but i just cant figure it out, sorry.

Re: Converting andres04 so it has

Posted: Thu Aug 16, 2007 12:56 pm
by cyberman
Can you post a link to your page or to template?

Re: Converting andres04 so it has

Posted: Thu Aug 16, 2007 2:47 pm
by Dr.CSS
It has 2 columns with 2 content boxes on the right and 3 on left, see it in action here... http://multiintech.com/index.php/squared/andreas04.html

  menu div
{cms_module module='menumanager' template='CSSmenuandreas' number_of_levels="1"}


  main content div
  left side div with 2 divs/boxes

{content block='contenttitle' oneline='true'}
{content}  main content edit box



{content block='block1title' oneline='true'}
{content block='block1'}  2nd content edit box


Older entries | Newer entries


  right side 2nd column
{content block='rightblock1title' oneline='true'}
{content block='rightblock1'}  upper right content

  container for 2 sub boxes
  right sub box
{content block='rightblock2title' oneline='true'}
{content block='rightblock2'}  right sub content edit box


  left sub box
{content block='rightblock3title' oneline='true'}
{content block='rightblock3'}  left sub content edit box