Re: column width

Ben Osman <ben.nospam-To4I4uWENgvqlBn2x/[email protected]> Mon, 24 Jul 2006 08:38:49 +0200
Newsgroups gmane.comp.web.zope.plone.design
Message-ID <[email protected]>
Janosch Peters wrote:
> Hi guys,
> 
> I'm trying to setup my own skin-product. I'd like to set the width of 
> the first column. I tried this:
> 
> #portal-column-one {
>      width: 200px;
> }
> 
> With both Plone Default and Plone Tableless as Base this style 
> definition had no effect. Any ideas?
> 


You could try adding an important declaration to it:

#portal-column-one {
      width: 200px !important;
}

Or set the column width in the base properties file.

hth

Ben


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV