Category Name Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
5 posters

    Category Name

    avatar
    supbw2
    Forumember


    Posts : 40
    Reputation : 1
    Language : English

    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
    ProphecyCSS
    Forumember


    Posts : 97
    Reputation : 7
    Language : English

    Solved Re: Category Name

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

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


    Posts : 40
    Reputation : 1
    Language : English

    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
    ProphecyCSS
    Forumember


    Posts : 97
    Reputation : 7
    Language : English

    Solved Re: Category Name

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

    Like the font?
    avatar
    supbw2
    Forumember


    Posts : 40
    Reputation : 1
    Language : English

    Solved Re: Category Name

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

    Yes.
    avatar
    ProphecyCSS
    Forumember


    Posts : 97
    Reputation : 7
    Language : English

    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
    supbw2
    Forumember


    Posts : 40
    Reputation : 1
    Language : English

    Solved Re: Category Name

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

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


    Posts : 97
    Reputation : 7
    Language : English

    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
    supbw2
    Forumember


    Posts : 40
    Reputation : 1
    Language : English

    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:"?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    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.
    avatar
    uJhisper
    Forumember


    Posts : 135
    Reputation : 2
    Language : english

    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
    supbw2
    Forumember


    Posts : 40
    Reputation : 1
    Language : English

    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.
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Category Name

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

    Topic Solved & Locked