Forum Pictures 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.
2 posters

    Forum Pictures

    FlamingToaster
    FlamingToaster
    Forumember


    Male Posts : 183
    Reputation : 0
    Language : English and BBCode
    Location : Australia

    Forum Pictures Empty Forum Pictures

    Post by FlamingToaster Sun 11 Oct 2009 - 10:15

    Ok on my forum when i add forum pictures the new posts/no new posts icons are not centered like in this forum. Also i want the description of each forum to be centered like in this forum.
    Forum Pictures 3202819461_bSo instead of that
    Forum Pictures 2i_wan10 I want this.
    Is it possible?
    LH Justin
    LH Justin
    Hyperactive


    Male Posts : 3686
    Reputation : 121
    Language : English
    Location : United States

    Forum Pictures Empty Re: Forum Pictures

    Post by LH Justin Sun 11 Oct 2009 - 15:17

    Okay, create a new a new image and just add some extra space at the top, that will give the appearance of being centered.
    avatar
    Guest
    Guest


    Forum Pictures Empty Re: Forum Pictures

    Post by Guest Sun 11 Oct 2009 - 18:25

    Put this in your CSS:

    Code:
    table.index-box img.icon {float: none; position: relative; top: 10px;}
    and your post status icons will look better. I also suggest you add this as well:

    Code:
    table.index-box td {vertical-align: middle}
    so the topics/replies data isn't at the top of each row.

    BTW, your board is really sluggish, and I'm sure it's being caused by the locked status bar. You might want to consider placing it at the bottom of each page as opposed to locking it so it's always on the screen.