Rambling soul - 5 content panes

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.
6/11/2008 2:29:35 AM
Gravatar
Total Posts 11

Rambling soul - 5 content panes

I'm not sure if this is a bug or a fault of the css skin. When you activate the alternate pane 1 for the top alternate pane, it is enclosed with two light brown rounded edge bars. On my test machine the top bar over lapped the top menu. On your online demo the whole pane including the two bars overlapped the top menu.

Any suggestions would be appreciated.

6/11/2008 6:26:16 AM
Gravatar
Total Posts 18439

Re: Rambling soul - 5 content panes

Hi,

Yes, its a css issue. I must have changed something somewhere along the way, as it didn't do that before.

You can fix it by adding this in your stylelayout.css

.altcontent1 .rtop, .altcontent1 .rbottom {display:none;} 

.altcontent1 { margin: 10px 5px 10px 5px; }

or some variation of it according to your tastes.

Hope it helps,

Joe

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