Simple phpBB User Post Profiles to the Left

Discussion in 'phpBB Discussions' started by SpacewardAsh, Jan 5, 2011.

  1. SpacewardAsh

    SpacewardAsh Lurking From Space

    Joined:
    Jan 2, 2011
    Messages:
    211
    Likes Received:
    683
    Location:
    Falmouth, Cornwall, UK
    First Name:
    Ashley
    Don't like your user post profiles on the right? Want your prosilver based templates profile information to be on the left?

    Well enter the following code right at the bottom of the CSS file within the ACP by going to the following:

    ACP > Styles > Theme > ProSilver > Edit and add the following to the bottom:

    Code:
    /* -----------------------
    JB overrides start here */
    
    .postprofile {float: left; border-right: 1px solid #555555; border-left:none; }
    .postbody {float:right; }
    > Submit & Enjoy!

    For a more advanced version, you can read the phpBB3 knowledge base article here: http://www.phpbb.com/kb/article/prosilver-profiles-on-left/
     
    Brandon likes this.
Similar Threads
Loading...

Share This Page