Project:Drupify
Version:6.x-1.0
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Category:feature request» support request
Status:active» fixed

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

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

#2

Status:fixed» closed (fixed)

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