Need help returning capitalization and alignment
2 posters
Page 1 of 1
Need help returning capitalization and alignment
I recently created a forum and used a skin that was perfect for me. A few parts were in Japanese but they were easily fixed. The skin included tons of CSS coding. My problems are
1) All Category names are lower cased (minor problem)
2) Every post has a default 'center's alignment.
I need to know how to capitalize the category names and change the post default to left aligned.
My forum is:
www.ruleeon.forumotion.com
1) All Category names are lower cased (minor problem)
2) Every post has a default 'center's alignment.
I need to know how to capitalize the category names and change the post default to left aligned.
My forum is:
www.ruleeon.forumotion.com
Customkid2- Forumember
- Posts : 29
Reputation : 1
Language : English
Re: Need help returning capitalization and alignment
1. CSS:
2. Do you mean posts or forum titles?
- Code:
a.cattitle {
text-transform: uppercase;
}
2. Do you mean posts or forum titles?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Need help returning capitalization and alignment
2. All of the contents on your forum are all centered because the body is using a text align 'center', if you don't want that, then add this to your CSS:
or if you want all things as is and you just want to set the post content alignment to left, add this instead on your CSS:
- Code:
body {
text-align: inherit !important;
}
or if you want all things as is and you just want to set the post content alignment to left, add this instead on your CSS:
- Code:
.postbody {
text-align: left !important;
}
Guest- Guest
Re: Need help returning capitalization and alignment
@SL Gray I tried this code with no result. But the lowercase is kinda growing on me so thank you anyways
Customkid2- Forumember
- Posts : 29
Reputation : 1
Language : English
Solved
@Mark, this code worked perfectly. Thanks a bunch. You guys can lock this up.
Customkid2- Forumember
- Posts : 29
Reputation : 1
Language : English
Re: Need help returning capitalization and alignment
Topic Solved & Archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Members Introduction
» Username Alignment
» Banner alignment
» Problem with returning posts for a period of 16 days ago
» Alignment Help
» Username Alignment
» Banner alignment
» Problem with returning posts for a period of 16 days ago
» Alignment Help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum