GetSimple Support Forum
Help with menu - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Help with menu (/showthread.php?tid=4432)



Help with menu - mrjiggs - 2013-03-08

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!


RE: Help with menu - Connie - 2013-03-08

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