The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need help returning capitalization and alignment

2 posters

Go down

Solved Need help returning capitalization and alignment

Post by Customkid2 June 1st 2014, 4:44 pm

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
avatar
Customkid2
Forumember

Posts : 29
Reputation : 1
Language : English

Back to top Go down

Solved Re: Need help returning capitalization and alignment

Post by SLGray June 1st 2014, 5:30 pm

1.  CSS:
Code:
a.cattitle {
  text-transform: uppercase;
}

2.  Do you mean posts or forum titles?


Need help returning capitalization and alignment  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Need help returning capitalization and alignment

Post by Guest June 1st 2014, 9:57 pm

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:
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;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Need help returning capitalization and alignment

Post by Customkid2 June 2nd 2014, 1:27 am

@SL Gray I tried this code with no result. But the lowercase is kinda growing on me so thank you anyways
avatar
Customkid2
Forumember

Posts : 29
Reputation : 1
Language : English

Back to top Go down

Solved Solved

Post by Customkid2 June 2nd 2014, 1:31 am

@Mark, this code worked perfectly. Thanks a bunch. You guys can lock this up.
avatar
Customkid2
Forumember

Posts : 29
Reputation : 1
Language : English

Back to top Go down

Solved Re: Need help returning capitalization and alignment

Post by SLGray June 2nd 2014, 3:39 am

Topic Solved & Archived


Need help returning capitalization and alignment  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum