Menu mypage to fast

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/24/2010 2:35:44 AM
Gravatar
Total Posts 3

Menu mypage to fast

When using Mypage you can not change name de menu is simply to fast
I mean the top menu change name etc

4/24/2010 8:54:58 AM
Gravatar
Total Posts 18439

Re: Menu mypage to fast

Hi,

This is a CSS/skinning issue, it may vary by skin and can be fixed by CSS changes. I found this issue exists in artisteer-24verticalmenu2 skin for example, and was able to fix it by modifying the mypage.css file.

I changed:

.userpagemenucontainer ul.userpagemenu ul { width: 140px; left: 3px; top: 23px; }

to

.userpagemenucontainer ul.userpagemenu ul { width: 140px; left: 3px; top: 20px; }

and that fixed it for me. Note that you need to clear the server css cache (touch Web.config) and clear the browser cache after making this change.

Hope it helps,

Joe

4/25/2010 12:03:47 PM
Gravatar
Total Posts 3

Re: Menu mypage to fast

Thanks Joe

It helps

Thanks for the quick replay

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