Converting andres04 so it has

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
leerees
Forum Members
Forum Members
Posts: 40
Joined: Tue Aug 07, 2007 5:34 pm

Converting andres04 so it has

Post 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?
cyberman

Re: Converting andres04 so it has

Post by cyberman »

Should not be too difficult. Limit width of first column and add a second div box with corresponding width.
leerees
Forum Members
Forum Members
Posts: 40
Joined: Tue Aug 07, 2007 5:34 pm

Re: Converting andres04 so it has

Post by leerees »

could you tell me how, ive spent ages trying to look at the code but i just cant figure it out, sorry.
cyberman

Re: Converting andres04 so it has

Post by cyberman »

Can you post a link to your page or to template?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Converting andres04 so it has

Post 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


Post Reply

Return to “Layout and Design (CSS & HTML)”