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.
The forum of the forums
2 posters

    Category Title Padding

    LilichiRai
    LilichiRai
    New Member


    Female Posts : 6
    Reputation : 1
    Language : English

    Solved Category Title Padding

    Post by LilichiRai September 2nd 2013, 5:22 pm

    Okay, so, I want to put padding on the top of the category title, but apparently, when I use .cattitle in css for padding, it only works for the sides like so: 

    Spoiler:

    Code:
    .cattitle
    {
    padding-left: 5px;
    }
    If I put padding alone, it doesn't work at all.

    I also used .catHead and it works fine, but only for the Who's online? section:

    Spoiler:

    Code:
    .catHead {
    padding-top: 25px;  
    }
    I have a feeling I'm doing something wrong asdasdas help? uwu

    The forum link: http://tokyo-ramble.forumotion.cc/
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Category Title Padding

    Post by SLGray September 2nd 2013, 7:13 pm

    So you want to add padding to forum, topics, posts, and last posts?



    Category Title Padding Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    LilichiRai
    LilichiRai
    New Member


    Female Posts : 6
    Reputation : 1
    Language : English

    Solved Re: Category Title Padding

    Post by LilichiRai September 2nd 2013, 7:23 pm

    Ah, no, just to the category titles on the home page/index.
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Category Title Padding

    Post by SLGray September 2nd 2013, 7:35 pm

    Code:
    td.cat, td.catBottom, td.catHead {
          padding-top:  5px;
    }



    Category Title Padding Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    LilichiRai
    LilichiRai
    New Member


    Female Posts : 6
    Reputation : 1
    Language : English

    Solved Re: Category Title Padding

    Post by LilichiRai September 2nd 2013, 7:48 pm

    Works perfectly! Thank you~
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Category Title Padding

    Post by SLGray September 2nd 2013, 7:54 pm

    You're welcome.

    Topic Solved & Locked



    Category Title Padding Slgray10

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

      Current date/time is September 22nd 2024, 5:32 pm