[opencms-dev] Increase right column width
Manfred Roos
manfred_roos at web.de
Tue Feb 5 10:43:51 CET 2008
Hello,
I am just trying to adopt the TemplateOne template to my needs.
Right now the width of the right column (td.infobox) is set to 145px and I would like to increase that value. This value is not hard-coded but inserted as a parameter "infoBoxWidth" in the css-file "style.css" which can be found at
/system/modules/org.opencms.frontend.templateone/resources/style.css
/* infobox column */
td.infobox {
width: <%= infoBoxWidth %>px;
vertical-align: top;
background-color: <%= sideBg %>;
border-left: 1px solid <%= mainBorder %>;
}
Is it possible to set/change the values of attributes like "infoBoxWidth" somewhere? ( I looked for a possibility to configure those settings in the administration area but did not succeed.)
Thanks
Manfred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20080205/bf59f864/attachment.htm>
More information about the opencms-dev
mailing list