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.

Category Name

5 posters

Go down

Solved Category Name

Post by supbw2 February 2nd 2012, 2:07 am

Is there a code to move the category name to the left? Basically left aligning it?


Last edited by supbw2 on February 2nd 2012, 7:04 pm; edited 1 time in total
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by ProphecyCSS February 2nd 2012, 5:29 am

<div align=left>title</div>
avatar
ProphecyCSS
Forumember

Posts : 97
Reputation : 7
Language : English

Back to top Go down

Solved Re: Category Name

Post by supbw2 February 2nd 2012, 5:35 am

Alright, found it. Thanks.

Is there a way to increase just the category name?
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by ProphecyCSS February 2nd 2012, 5:45 am

Like the font?
avatar
ProphecyCSS
Forumember

Posts : 97
Reputation : 7
Language : English

Back to top Go down

Solved Re: Category Name

Post by supbw2 February 2nd 2012, 5:47 am

Yes.
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by ProphecyCSS February 2nd 2012, 5:52 am

ACP > Display > Colors & pics > CSS

Code:

.maintitle h2 {
font-size: 25px !important;
}
avatar
ProphecyCSS
Forumember

Posts : 97
Reputation : 7
Language : English

Back to top Go down

Solved Re: Category Name

Post by supbw2 February 2nd 2012, 6:15 am

That didn't do anything. Is that for phpBB2?
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by ProphecyCSS February 2nd 2012, 6:25 am

oh mb that was for invision ;p

Code for phpbb put in >>>CSS<<<

li.header dt, li.header dd {
line-height: 1em;
border-left-width: 0;
margin: 2px 0 4px 0;
color: #af6afa;
padding-top: 2px;
padding-bottom: 2px;
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
change the font-size: to whatever looks good save refresh u should be good to go


Last edited by ProphecyCSS on February 2nd 2012, 6:45 am; edited 1 time in total (Reason for editing : new code)
avatar
ProphecyCSS
Forumember

Posts : 97
Reputation : 7
Language : English

Back to top Go down

Solved Re: Category Name

Post by supbw2 February 2nd 2012, 7:06 am

It's not working..

Do I keep the "em" after "font-size:"?
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by SLGray February 2nd 2012, 8:30 am

Try this:
Enter this as the category name -
Code:
<left><font size=12>Category Title</font></left>
You can change the 12.


Last edited by slg on February 2nd 2012, 6:49 pm; edited 1 time in total


Category Name 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Category Name

Post by uJhisper February 2nd 2012, 6:38 pm

For PhpBB2
Code:
a.cattitle {
text-indent:10px;
position:relative;
left:10px;
Now you have to play with the pixels, but sorry no i can't be aligned
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

Solved Re: Category Name

Post by supbw2 February 2nd 2012, 7:03 pm

slg wrote:Try this:
Enter this as the category name -
Code:
<left><font size=12>Category Title</font></left>
You can change the 12.

This got it.

Thanks bunches.
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by Sanket February 2nd 2012, 7:05 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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