How to Set Column width with child menu hidden

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.
2/26/2015 1:29:14 PM
Gravatar
Total Posts 92
Keep Smiling Phill

How to Set Column width with child menu hidden

Hi everyone,

I looked through the help and found an item on how to hide the Child/Page Menu system from the left column...

<!-- <portal:pagemenu id="PageMenu1" runat="server" useflexmenu="true"></portal:pagemenu> -->

The page displays as I would like except the left column is still reserved.  I would like to set the Left Column Width to 0 (where the child/page menu was showing).  It tried adding width="0" to the following line in the Layout.Master... of course it didn't work...

Is there a way to set the column width to 0 when I have the child/Page menus hidden.

2/26/2015 2:31:27 PM
Gravatar
Total Posts 2239

Re: How to Set Column width with child menu hidden

Hi Phill,

The left column is still showing up because the <!-- --> comments are html comments which are client side, not asp.net comments which are server side. Use <%-- --> or remove the control altogether.

HTH,
Joe D.

2/26/2015 2:35:27 PM
Gravatar
Total Posts 92
Keep Smiling Phill

Re: How to Set Column width with child menu hidden

Hi Joe D.

Thanks.  I removed the line completely and of course as you noted the menu was gone as I got the real-estate back too.

Great stuff, thanks.

Phill

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