Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Pane Auto SizingPane Auto Sizing
Previous
 
Next
New Post
7/11/2007 3:17 PM
 

I want my Content Pane to be the main pain with the Left and Right panes to auto size to the minimum size like for the "Who is Online" module. How do I perform that? Here is a bit from the skin.css file.

/*========================================================*/
/*     Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 7px; width: 33%; }
/*-- content pane                  --*/ .PaneCenter { padding: 0 7px 0 7px; }
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 7px; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 5px 15px 0 15px; }
/*-- header content pane           --*/ .PaneHeader { width: 63%; padding: 10px 15px 0 15px; }


If God does not live in Colorado, I bet he visits there a lot!!
 
New Post
7/12/2007 7:34 AM
 

I also needed similar behavior. What I ended up doing was this:

In the skin.css (as above), remove the width: 33% from PaneLeft and PaneRight
In your portal.css, add this entry:

#dnn_ContentPane {
width:800px;
}

By setting the width insanely high, it squishes the other panes down to their minimum.

I have no idea if this will work for you, but it has worked well for me. Let me know how it goes.

 
New Post
7/12/2007 6:22 PM
 

It worked nicely, thanx.

 


If God does not live in Colorado, I bet he visits there a lot!!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Pane Auto SizingPane Auto Sizing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out