Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with menu
#1
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!
Reply
#2
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply




Users browsing this thread: 1 Guest(s)