Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Advertise on this site

Joomlapolis Forums  


Main area width
Date: 2007/09/22 07:27 By: Forsh Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 10
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC2, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login