Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Main Menu Question
#1
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
Reply
#2
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;
  }
Reply
#3
Of course, what a numpty I am.

many thanks appreciate that
Reply




Users browsing this thread: 1 Guest(s)