PostProfile content appearence 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.
3 posters

    PostProfile content appearence

    HoeGy48
    HoeGy48
    Forumember


    Posts : 71
    Reputation : 1
    Language : Dutch

    In progress PostProfile content appearence

    Post by HoeGy48 Thu 27 Jul 2017, 20:17

    Hello everyone,

    I would like to know how i'm able to align my post profile content in the forums.
    Currently my content looks like this:
    PostProfile content appearence Untitl13

    But i would like to have it like this:
    PostProfile content appearence Untitl14

    You see the question are vertically aligned, is there any CSS code to do so?

    Thanks in advance.



    Last edited by HoeGy48 on Thu 27 Jul 2017, 20:42; edited 2 times in total
    HoeGy48
    HoeGy48
    Forumember


    Posts : 71
    Reputation : 1
    Language : Dutch

    In progress Re: PostProfile content appearence

    Post by HoeGy48 Fri 28 Jul 2017, 06:18

    Does anyone has a solution for this?
    avatar
    Guest
    Guest


    In progress Re: PostProfile content appearence

    Post by Guest Fri 28 Jul 2017, 06:20

    Hi,

    What's your forum's address?
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    In progress Re: PostProfile content appearence

    Post by Draxion Fri 28 Jul 2017, 16:45

    HoeGy48 wrote:Hello everyone,

    I would like to know how i'm able to align my post profile content in the forums.
    Currently my content looks like this:

    But i would like to have it like this:

    You see the question are vertically aligned, is there any CSS code to do so?

    Thanks in advance.


    HoeGy48 wrote:Does anyone has a solution for this?

    Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
    Please read our forum rules: ESF General Rules
    HoeGy48
    HoeGy48
    Forumember


    Posts : 71
    Reputation : 1
    Language : Dutch

    In progress Re: PostProfile content appearence

    Post by HoeGy48 Sat 05 Aug 2017, 21:46

    any help?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51515
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: PostProfile content appearence

    Post by SLGray Sat 05 Aug 2017, 21:52

    Wolfuryo wrote:Hi,

    What's your forum's address?



    PostProfile content appearence Slgray10

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


    Posts : 71
    Reputation : 1
    Language : Dutch

    In progress Re: PostProfile content appearence

    Post by HoeGy48 Sat 05 Aug 2017, 21:55

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51515
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: PostProfile content appearence

    Post by SLGray Sat 05 Aug 2017, 22:10

    Is this in your CSS stylesheet?
    Code:
    .postprofile {
        background-color: #1a1a1a;
        border-color: #333;
        border-right-style: solid;
        border-right-width: 1px;
        color: #fff;
        display: inline;
        float: left;
        margin: 5px 0 0;
        min-height: 80px;
        position: relative;
        text-align: center;
        width: 20%;
    }



    PostProfile content appearence Slgray10

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


    Posts : 71
    Reputation : 1
    Language : Dutch

    In progress Re: PostProfile content appearence

    Post by HoeGy48 Sat 05 Aug 2017, 22:12

    yes
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51515
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: PostProfile content appearence

    Post by SLGray Sat 05 Aug 2017, 22:19

    If you change the text-align to left, the content will be align to the left side.



    PostProfile content appearence Slgray10

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