GetSimple Support Forum

Full Version: Main Menu Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am not sure what I am missing.

I am using the Winter Theme, minus the large image. I have 6 pages that are all included in the main menu, I have perhaps another 2-3 to add, but when I do they double up and come under the other page links.

I would like to have a single line across the page of as many pages as I require.

Where would I make the edits for the main menu to I can extended it's width
modify the code in the file main_menu.css

Code:
#main_menu ul {
  margin: 0;
  padding: 0 0 0px;
  list-style: none;
  position: relative;
  width : 100%;
  height : 40px;
  }
Of course, what a numpty I am.

many thanks appreciate that