Why won't center pane take up entire width?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
9/6/2012 2:33:54 PM
Gravatar
Total Posts 46

Why won't center pane take up entire width?

If I have nothing showing in my right pane, shouldn't the center pane take up the whole width then?  It's not so what am I missing?

9/6/2012 2:38:05 PM
Gravatar
Total Posts 2239

Re: Why won't center pane take up entire width?

Hi,

Do you have a link to the site so we can see it?

You might have this set in your layout.master on the StyleSheetCombiner control AlwaysShowRightColumn="true"

HTH,
Joe D.

9/6/2012 2:41:25 PM
Gravatar
Total Posts 46

Re: Why won't center pane take up entire width?

http://dev.chuter.net

 

and i don't find that in the layout.master at all......

9/6/2012 2:48:02 PM
Gravatar
Total Posts 18439

Re: Why won't center pane take up entire width?

That is your own css setting the width:

.container_16 .grid_16 {
width: 700px;
}

9/6/2012 2:51:25 PM
Gravatar
Total Posts 46

Re: Why won't center pane take up entire width?

Actually in Chrome I show that as width 960.  That is using the grid960 css I put in that I need to take out.  But nonetheless, it's 960 so that's not it.

9/6/2012 2:53:56 PM
Gravatar
Total Posts 46

Re: Why won't center pane take up entire width?

I found it though.  It was a 640 on art-post-body ....  wonder if I put that there.  Strange.

 

Thanks.  Now where's my dunce cap?  Embarassed

You must sign in to post in the forums. This thread is closed to new posts.