Closed (fixed)
Project:
Fervens
Version:
6.x-2.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2009 at 04:58 UTC
Updated:
17 Dec 2009 at 05:55 UTC
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
Comment #1
ktleow commentedHello,
Due to the way the links are coded (using
display:blockinstead ofdisplay: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.