Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Menu Split by Logo Reply To: Menu Split by Logo

#169008
Tom Houy
Participant

If you would prefer to stick with an unordered list for the menu, and still have the logo itself clickable as a link to the home page, then I would probably just do the following:

  • An unordered list with your links styled as a horizontal menu
    • Followed within the HTML by your logo
    • Use an N’th selector on the LI’s to add some extra margin between the middle of the link list

    • Center the logo, and use a negative top margin on it to position it in the middle of the menu

If you would prefer to not use the Nth selectors, you can use custom classes on the LI’s as others noted.