Home › Forums › CSS › Menu Split by Logo › Re: Menu Split by Logo
December 21, 2012 at 3:10 am
#118371
Member
For a CMS, unless you want to write code for it to output each li with its own class, using
#primary_nav li + li + li {margin-left: 255px;}
is the cleanest way.