
Originally Posted by
zizizkill
No none of them have the width:980 at the lines you mentioned.
You can try to add this property to one of the rules I mentioned . . . and/or add a "body.bd .main" rule to either of the two template.css files I mentioned previously. For example . . .
Within --> /joomla15/templates/ja_t3_blank/css/template.css
add the following;
Code:
body.bd .main {
width: 980px;
margin: 0 auto;
}
This will also center your site in the middle of the viewing screen.
Not sure if this is what you wanted - but if not, simply remove the "margin" property.
I tested this out via Firebug, and it worked.

Originally Posted by
zizizkill
Do you know why it says at /joomla15/ on line 43 on the pic ?
I do not ... as this "item" does not come up for me when I bring up your site in Firebug.
Bookmarks