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 1/2/2012, 19:07

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


Last edited by supbw2 on 2/2/2012, 12:04; 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 1/2/2012, 22:29

<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 1/2/2012, 22:35

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 1/2/2012, 22:45

Like the font?
avatar
ProphecyCSS
Forumember

Posts : 97
Reputation : 7
Language : English

Back to top Go down

Solved Re: Category Name

Post by supbw2 1/2/2012, 22:47

Yes.
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by ProphecyCSS 1/2/2012, 22:52

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 1/2/2012, 23:15

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 1/2/2012, 23:25

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 1/2/2012, 23:45; 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 2/2/2012, 00:06

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 2/2/2012, 01:30

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 2/2/2012, 11:49; 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 : 51554
Reputation : 3524
Language : English
Location : United States

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

Back to top Go down

Solved Re: Category Name

Post by uJhisper 2/2/2012, 11:38

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 2/2/2012, 12:03

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 2/2/2012, 12:05

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