|
|
|
Main area width
|
|
Date: 2007/09/22 07:27
|
By: Forsh
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
Does anyone know where is the entry for the main area width recorded so I can alter it? My profile area is breaking out into the right column because it's so wide. http://www.hdrjapan.com
|
|
The administrator has disabled public write access. |
|
|
|
Re:Main area width
|
|
Date: 2007/09/22 18:49
|
By: beat
|
Status: Admin
|
|
|
Karma: 231  
|
|
Admin  | Posts: 3630 |   | |
|
remove the first line xml prolog:
<?xml version="1.0" encoding="iso-8859-1"?>
from your template. It puts IE in "quircksmode"
For details why and what it does bad, see here:
http://www.quirksmode.org/css/quirksmode.html
Templates shouldn't have this, and i could make it removed from joomla 1.5 default template, but not from joomla 1.0 default template unfortunately. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Main area width
|
|
Date: 2007/09/23 09:03
|
By: Forsh
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 10 |   | |
|
I don't see that in the template. Here is what I am referring to:
http://www.hdrjapan.com/comprofiler/tomoko/
See how the box goes through the sidebar? http://www.hdrjapan.com
|
|
The administrator has disabled public write access. |
|
|
|
Re:Main area width
|
|
Date: 2007/09/23 12:38
|
By: beat
|
Status: Admin
|
|
|
Karma: 231  
|
|
Admin  | Posts: 3630 |   | |
|
As i suspected, due to site template problem:
| Code: | .tab-pane {rokslidestrip.css (line 65)
float:left;
margin:0pt 20px;
overflow:hidden;
}
|
in file templates/rt_firenzie/css/rokslidestrip.css
Sometimes templates can interfer....
Please contact your template provider about this template issue. Thanks.
Alternatively, you can add a line: margin: 0px; here:
components/com_comprofiler/plugin/templates/default/template.css
| Code: | .dynamic-tab-pane-control.tab-pane {template.css (line 98)
position:relative;
width:100%;
}
|
which will become:
| Code: | .dynamic-tab-pane-control.tab-pane {template.css (line 98)
position:relative;
width:100%;
margin:0px;
}
| Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Main area width
|
|
Date: 2007/12/18 05:07
|
By: Lorden
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Amazing! That fixed half the issue I had with template formating (the vertical half of the issue)
At http://zomgponies.com If you go to edit your profile everything is great (horizontal cropping fixed thanks to your last post).
However when you go to view an existing profile, the tabs are cropped properly by the main window's limits, but not the fields themselves. Although the page itself stretches itself properly, the main window stops at the bottom of the tab name.
Any clues?
P.S. didn't want to hijack the thread, but if anyone had the same issue as me, it's a 2 for 1 on solutions
|
|
The administrator has disabled public write access. |
|
|