How to center profile avatar and name in posts 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.
4 posters

    How to center profile avatar and name in posts

    Roa
    Roa
    New Member


    Posts : 10
    Reputation : 1
    Language : English

    Solved How to center profile avatar and name in posts

    Post by Roa March 9th 2024, 11:27 pm

    I would like to center the avatar, the picture, and put the name closer to the image. Thanks!

    Version: PhpBB2
    https://www.joinhelbreath.net/

    How to center profile avatar and name in posts Captur10


    Last edited by Roa on March 10th 2024, 8:23 pm; edited 2 times in total
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15167
    Reputation : 1696
    Language : English,Greek
    Location : Greece

    Solved Re: How to center profile avatar and name in posts

    Post by skouliki March 9th 2024, 11:29 pm

    Please provide your forum URL for appearance problems.

    كونان2000
    كونان2000
    Forumember


    Male Posts : 205
    Reputation : 93
    Language : Arabic

    Solved Re: How to center profile avatar and name in posts

    Post by كونان2000 March 10th 2024, 8:56 am

    Hi
    admin panel > display > css
    and add this code
    Code:
    span.postdetails.poster-profile,span.name {
        display: block;
        text-align: center;
    }
    span.postdetails.poster-profile {
        display: block;
        margin-top: -12px;
    }

    TonnyKamper and poesia-verses like this post

    Razor12345
    Razor12345
    Support Moderator
    Support Moderator


    Male Posts : 1477
    Reputation : 262
    Language : Ukr, Rus, Eng
    Location : Ukraine

    Solved Re: How to center profile avatar and name in posts

    Post by Razor12345 March 10th 2024, 10:06 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    How to center profile avatar and name in posts Screen51