Forums

Products - English => Templates => Topic started by: mardi mardi on May 07, 2010, 02:02:22 PM



Title: Underground template, size position Left
Post by: mardi mardi on May 07, 2010, 02:02:22 PM
Hello,

Firstoff i love the template!
Butt how do i change the width of the position "Left"?

I know i need to adjust template_css.css, but can't find width!

Thanks!


Title: Re : Underground template, size position Left
Post by: mardi mardi on May 10, 2010, 11:55:55 AM
i found this:

Code:
/* LEFT COLUMN of CONTENT*/

#column {
float: left;
background: #3B3533 url(../images/column_bkg.gif) no-repeat 0 90%;
border-top: 3px solid #FFF;
color: #FFF;
}

#column .moduletable {
margin: 1em 0.5em;
}
#column h3 {
padding: 0.1em 0.2em;
margin: 0 0 0.5em 0;
background-color: #1A1817;
color: #FFF;
font-size: 1.3em;
}
#column a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#column a:hover {
color: #FFF;
text-decoration: none;
}
#column a.mainlevel {
display: block;
margin: 0.2em 0;
padding: 0.1em 0 0.1em 1.5em;
background: url(../images/arrow_single.png) no-repeat 2px 50%;
font-weight: normal;
color: #FFF;
}
#column a.mainlevel:hover  {
text-decoration: none;
color: #FFF;
}
#column a.sublevel {
display: block;
margin: 0.2em 0;
padding: 0.1em 0 0.1em 1.2em;
background: url(../images/arrow_submenu.png) no-repeat 0 50%;
color: #1A1817;
font-weight: normal;
}
#column a.sublevel:hover {
text-decoration: none;
color: #FFF;
background: url(../images/arrow_submenu.png) no-repeat 0 50%;
}
#column ul.latestnews li a,
#column ul.mostread li a,
#column .neolatestnews li a {
font-weight: normal;
}

#column ul.latestnews li a:visited,
#column ul.mostread li a:visited,
#column .neolatestnews li a:visited {
color: #1A1817 !important;
}

#column .contentheading {
background: none;
padding: 0;
font-size: 1.3em;
font-weight: bold;
}

i tried adding width: 10% and width 10px but didnt changed the width!? what am i doing wrong?


Title: Re : Underground template, size position Left
Post by: mardi mardi on May 25, 2010, 12:29:55 PM
Is there any1 who can help me?