Editing layout
PermalinkVery new to C5 and not a coder so bear with me. I am using the excellent Plain theme from C5 Webdesign, but am stuck on the fixed block sizes in the layout.
I would like to like to have the site name at (1) in the attached image, but the block sizes at (1) and (2) prevent this.
Is there a way to resize these blocks or even increase the default width of the main content from 800 up to 1000 and move/resize (1) and (2)?
Would this be in the main.css? I am using a custom theme.
Brian
I am using ct_plain which is loaded to the packages directory - attached is the zipped theme
<link href="<?php echo $this->getThemePath(); ?>/css/base.css" rel="stylesheet" type="text/css" /> <link href="<?php echo $this->getThemePath(); ?>/css/skeleton.css" rel="stylesheet" type="text/css" /> <link href="<?php echo $this->getStyleSheet('main.css')?>" rel="stylesheet" media="screen" type="text/css" />
You can add your style rule in the base.css/skeleton.css/main.css
I would have put it in the wrong place :)
To adjust display of Area 1 block, you need to style area-1 elament with css