Topnav issues...

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.
8/17/2009 6:10:39 PM
Gravatar
Total Posts 7

Topnav issues...

Hello community!


I just wanted to start off by saying that I appreciate all the hard work that Joe and all the other contributors have put into mojoPortal! It's a kickass CMS.


That being said, I've had some problems figuring some things out. Most of those have been answered on the forums and in the documentation. I do however still have one thing that is stumping me.


I'm trying to move the "topnav" admin menu down into the footer of a custom skin. I have attempted this a couple of different ways. The first attempt was to take the <portal:xxxxxx> tags and move them down into the footer area. This did nothing. My second attempt was to take the the entire containing element and move it down into the footer area. This broke the layout horribly.


This is where I am stuck at right now. I've been looking for references to the "topnav" div in the stylesheets and I've not had a lot of luck. All of the references I've found to topnav are related to these files: layout.Master, stylelayout.css, styleborder.css, styleprinter.css, and styletext.css. None of these have any styles that control positioning, height, or width. What is influencing these properties? I'd love some help to try and figure it out.


You can see what I'm working on here... http://test2.computerteam.com


Any help would be much appreciated! Thanks!
 

8/18/2009 7:23:44 AM
Gravatar
Total Posts 18439

Re: Topnav issues...

In many of the skins the topnav is positioned using absolute or relative positioning to place it at the top. You need to change the css to move it. 

It should be in stylelayout.css

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