CMS Builder main menu - section names

5 posts by 2 authors in: Forums > CMS Builder
Last Post: September 20, 2010   (RSS)

Re: [skoenig] CMS Builder main menu - section names

By Jason - September 20, 2010

Hi Sean,

The section editors are manually sorted. If you go to Admin -> Section Editors, you can drag and drop your sections in any order you want.

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] CMS Builder main menu - section names

Thanks.

Can the font be changed on indented Sections? It is pretty small, like 8pt.

Re: [skoenig] CMS Builder main menu - section names

By Jason - September 20, 2010

Hi,

If you go into cmsAdmin/3rd Party/SimplaAmdin/css/style.css you can change the CSS for that class.
The class you're looking for is called "indented_menu".

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] CMS Builder main menu - section names

Thanks Jason!

You guys must have programed for 800x600.

I cranked both up:

#sidebar #main-nav ul li a {
padding: 8px 15px;
display: block;
color: #aaa;
font-size: 18px;
font-weight:bold;
line-height: 1.2em;
}

#sidebar #main-nav ul li a.indented_menu {
font-size: 15px;
font-weight:bold;
line-height: 0em;
padding-right: 10px;