Footer & Menu CSS for Triton Lite
-
Hi there–
I just paid for the Custom Design upgrade and I’m having a couple of difficulties implementing two changes. I’m using information on this page to figure out the CSS (but I’m pretty much a novice at this):
1. Menu — How can I center the text in the navigation menu across the top? The default is a left justification.
2. Footer — Is it possible to control the location and color of the text? I’ve tried every footer entry that specifies color, but so far, no difference.
3. Footer — How can I always keep the height of the “footer bar” (probably not the correct term) the same? Right now it grows and shrinks with the font. I’d like it to always match the height of the top Menu bar.
Thanks much for any help folks can provide :]
The blog I need help with is: (visible only to logged in users)
-
To center the top menu, add this:
#access ul { text-align: center; } #access li { display: inline-block; float: none; }To center the credits and change their colors, add this, and replace the numbers with the numbers for the colors you prefer:
.copytext { color: #456789; text-align: center; } #copyright a { color: #123456; }Sorry, I don’t understand #3.
-
- The topic ‘Footer & Menu CSS for Triton Lite’ is closed to new replies.