Is there a way to make the primary links in this theme evenly spaced across the page?

So if you have only 4 links they are padded to take up the entire space in that primary link area and not leave any spare space on the right hand side.

Any assistance greatly appreciated.

Comments

matt v.’s picture

Category: feature » support
Status: Active » Fixed

Adding something along the lines of the following to the css file might work:

div#horiz-menu li {
  width: 215px;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.