1 reply [Last post]
ata8
ata8's picture
User offline. Last seen 1 year 7 weeks ago. Offline
rank Regular
Regular
Timezone: GMT+3.5
Joined: 2010-02-09
Posts: 19
Points: 28

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.

Tony
Tony's picture
User offline. Last seen 3 hours 59 min ago. Offline
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2003-03-12
Posts: 3809
Points: 1244

.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.

Your question may have already been answered, search and read before you ask.