GetSimple Support Forum

Full Version: Help with menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, im new to Get Simple CMS, got my site mostly going so far but i want to center the menu and not sure where in the CSS or the default template to do this or what code to use.

Right now the menu is left

Link to site: http://havensendband.com/aviation/desertrat/

Thanks!
the element which you have to define with CSS is

.bhmat-hmenu

Quote:ul.bhmad-hmenu, ul.bhmad-hmenu ul
{
display: block;
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
}

play around with adding

Quote:text-align:center;

to this definition