Jump to content

Recommended Posts

Posted

Ive read up in the documentation relative to the navigation pane that its possible to switch the navigation pane from the top to the left. I love how that looks, but Id like to do two things and Ive not yet found anything in the documentation.

 

 

When I switch the navigation pane to the left, the pane is wider than Id like. Is it possible to shrink the width

 

 

My navigation pane contains several pages. When you select a page, Id like the navigation pane to disappear temporarily.

 

 

Are either of these possible in 8204

Posted

It is for a portal in 8.2.04, and yes, it was created in portal designer. In reading the documentation, Im just not able to tell if you can shrink the width of the navigation pane if you move it from the top to the left.

Thank you.

Posted

You should be able to with CSS, You will probably have to create a theme and set the width of the side nav and the collapse if its there.

Below are some sample CSS that may work (untested). in my install (8207) the default width is 200px, Ive changed it to 150px.

.pvd-left-main-panel {

width: 150px;

max-width: 155px;

}

 

.side-navigation-button-box.open {

left: 150px;

}

Posted

Thank you. I appreciate the information. Im going to copy this code into a file for later use as my leadership might have decided on a different approach for now. Ill close the discussion.

Thanks again. Its always nice to connect with other IBI users.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...