I would like to center the primary links. I think they are left justified by default. I'm not very familiar with CSS and I wonder if you could recommend a way to accomplish this?
Thanks. This is a very nice theme.

Comments

ktleow’s picture

Status: Active » Closed (fixed)

Hello,

Due to the way the links are coded (using display:block instead of display:inline), you have to manually center it by adding padding-left to #primary.

Note: This will not go into the Fervens core, use only at your own site.

Thanks.