Wed, 2010-02-10 10:20
i worked in advanced joomla template css that i found this.
#ja-content {
clear: both;
display: block;
float: left;
width: 72%;
background: url(../images/content-center.gif) repeat-y center;
}
and after that this code
.narrow #ja-content {
background: url(../images/content-center-n.gif) repeat-y center;
}
what does it means .narrow
i cant find it in index.php files.
Wed, 2010-02-10 21:42
#1
.narrow in this case is a
.narrow in this case is a class.
Possibly somewhere before ja-content on certain pages there will be an element containing: class="narrow"
Sounds like it might be on narrow columns.
