Title: [S] Quick, Simple Question
Description: I'm /really/ sorry if it's been answered
singmeaLULLABY - April 16, 2008 02:19 AM (GMT)
What typed of coding do you use to change the category titles? Or more importantly, how do I center them?
Thank you!
Disdainful Soul - April 16, 2008 02:24 AM (GMT)
On an InvisionFree board?
In your CSS, search for the following class:
if there is the following
simply replace the "left" with "center". If there is no text-align property, just insert
into the maintitle class.
Is that what you were looking for?
Mousie - April 16, 2008 02:27 AM (GMT)
It's in the CSS... if you're using Invisionfree.
So in the stylesheet, you'll find something that looks like this:
.maintitle { blah, blah, blah; }
Inside there, there may be an alignment tag. It'll look something like this:
.maintitle { blah; blah; text-align: left } -- if your maintitle headings are aligned to the left, anyway.
Change left to center, and you're all good. If it's not there, add it in:
text-align: center;
Hope that helps!
EDIT: Bahahaha, of course... DS gets in first.
singmeaLULLABY - April 16, 2008 02:30 AM (GMT)
Mhmm! Thank you soooooo much!
Disdainful Soul - April 16, 2008 02:35 AM (GMT)
| QUOTE (Mousie @ Apr 16 2008, 02:27 AM) |
| EDIT: Bahahaha, of course... DS gets in first. |
Yes, this is what I spent several thousand dollars and many months getting a diploma for... helping people skin IF.
Horsecrzy721 - April 20, 2008 03:31 PM (GMT)
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? Open up a new topic, but be sure to be more specific this time!