Increase depth of navigation bar background Simple Blue theme

Permalink
I am experimenting with using Concrete 5 to transfer a community web site from another package (Net Objects). The test area is athttp://www.tonge.org . I am in the process of setting up pages, but the links on the nav bar are overflowing to the next line. This is not a problem, but I cannot work out how to increase the depth of the blue background of the nav bar to make all the links visible. Can anyone help please?

musicmanuk
 
12345j replied on at Permalink Best Answer Reply
12345j
you'll want to go to root/packages/theme_simple_blue/themes/simple_blue with ftp or cpanel file manager. then open up main.css and replace
#page #nav-out{width: 100%; background: #1F3861; height: 30px;}
with
#page #nav-out{width: 100%; background: #1F3861; }
this will remove the limit on height for the nav.
musicmanuk replied on at Permalink Reply
musicmanuk
Thank you for pointing me in the right direction. I went in and changed the height in px.