NOOB Question Need help rezing left navigation panel

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/21/2009 9:19:56 AM
Gravatar
Total Posts 37

NOOB Question Need help rezing left navigation panel

Hi all,

Im having issues resizing the left navigation pane Ive looked in the following files. stylelayout.css, stylemenu.css, and even the layout.Master

you can see screenshot of what im trying to do CLICK HERE

Thanks for are your help in advance, Happy Holidays :)

 

Ed

 

 

12/21/2009 9:35:43 AM
Gravatar
Total Posts 550

Re: NOOB Question Need help rezing left navigation panel

Hi,

modify  this line in style.css file.

.leftside { float:left; width:28%; margin: 10px 5px 0px 0px;}

.center-leftmargin { float:left; width: 70%; margin: 10px 0px 0px 5px; }

 

Hope Helps,

Asad

12/21/2009 9:54:46 AM
Gravatar
Total Posts 37

Re: NOOB Question Need help rezing left navigation panel

you mean stylelayout.css? I dont have a style.css in the skins folder

12/21/2009 10:04:37 AM
Gravatar
Total Posts 18439

Re: NOOB Question Need help rezing left navigation panel

In newer versions of mojoPortal we combined some of the style sheets, you must be using an older version skin if it has stylelayout.css. However the advice Asad gave is correct, in older versions that css will be in stylelayout.css rather than style.css.

Hope it helps,

Joe

12/21/2009 10:08:56 AM
Gravatar
Total Posts 37

Re: NOOB Question Need help rezing left navigation panel

ok thx I have upgraded to the lastest version but this site was created before i upgraded :) thx all

12/21/2009 10:16:22 AM
Gravatar
Total Posts 18439

Re: NOOB Question Need help rezing left navigation panel

On upgrades, the new versions of skins will be updated under /Data/skins, but we do not touch the skins already in the site specific folder /Data/Sites/1/skins/ in case you have modified them without changing the names.

Note also that a new release of mojoPortal is coming today, version 2.3.3.2 and I have done a lot of work to re-organize the css selectors in the style.css file to make it easier to find what you are looking for. The new release is actually already posted on our Novell Forge download page, I am uploading to Codeplex now and working on release notes. So if you are starting a new skin, getting the very latest version will give you skins that are easier to understand and work with. You can copy them form /Data/skins to /Data/Sites/1/skins but be carefu not to overwrite a skin you already modified.

Hope it helps,

Joe

12/21/2009 10:20:58 AM
Gravatar
Total Posts 37

Re: NOOB Question Need help rezing left navigation panel

Thx so much for your time Joe :) you rock!!

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