Page 1 of 1

How to change NClearBlue Menu-Bar position

Posted: Wed Feb 10, 2010 4:35 pm
by oorellana
Greetings Everyone,

I am running CMSms 1.6.6 with php 5.2.6 , mysql 5.0.5 , apache 2.2.9 on CentOS Linux.
I use the default theme (NClearBlue) and have run into a minor problem with our new logo.
Our company name changed recently and our logo has changed.  I have read lots and lots of
archive forum discussions trying to find how to shift the top menu-bar down a bit to make room
for our new company logo which I cannot shrink any more than I've already done.
Can someone point me to the file containing the menu-bar position settings so I can shift-down?

Thanks for any assistance you can provide,

Oscar.

[SOLVED] - How to change NClearBlue Menu-Bar position

Posted: Thu Feb 11, 2010 5:18 pm
by oorellana
Update: -
I edited the NClearBlue Layout-CSS and added the following:

.page-menu ul#primary-nav {
height: 1%;
float: left;
list-style: none;
padding: 0;
margin: 0;
      margin-top: 20px;
}

The logo is where I want it to be and the top menu is not so close to the logo anymore.
This is FUN stuff.

Oscar.


oorellana wrote: Greetings Everyone,

I am running CMSms 1.6.6 with php 5.2.6 , mysql 5.0.5 , apache 2.2.9 on CentOS Linux.
I use the default theme (NClearBlue) and have run into a minor problem with our new logo.
Our company name changed recently and our logo has changed.  I have read lots and lots of
archive forum discussions trying to find how to shift the top menu-bar down a bit to make room
for our new company logo which I cannot shrink any more than I've already done.
Can someone point me to the file containing the menu-bar position settings so I can shift-down?

Thanks for any assistance you can provide,

Oscar.