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 Thu 2 Feb 2012 - 2:07

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


Last edited by supbw2 on Thu 2 Feb 2012 - 19: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 Thu 2 Feb 2012 - 5: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 Thu 2 Feb 2012 - 5: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 Thu 2 Feb 2012 - 5: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 Thu 2 Feb 2012 - 5:47

Yes.
avatar
supbw2
Forumember

Posts : 40
Reputation : 1
Language : English

Back to top Go down

Solved Re: Category Name

Post by ProphecyCSS Thu 2 Feb 2012 - 5: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 Thu 2 Feb 2012 - 6: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 Thu 2 Feb 2012 - 6: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 Thu 2 Feb 2012 - 6: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 Thu 2 Feb 2012 - 7: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 Thu 2 Feb 2012 - 8: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 Thu 2 Feb 2012 - 18: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 : 51572
Reputation : 3525
Language : English
Location : United States

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

Back to top Go down

Solved Re: Category Name

Post by uJhisper Thu 2 Feb 2012 - 18: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 Thu 2 Feb 2012 - 19: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 Thu 2 Feb 2012 - 19: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