Control of Profile Width Column 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

    Control of Profile Width Column

    MADBIKER1960
    MADBIKER1960
    Forumember


    Male Posts : 97
    Reputation : 0
    Language : English
    Location : Toronto, Ontario. CANADA

    Solved Control of Profile Width Column

    Post by MADBIKER1960 Fri 6 May - 13:04

    Hello;

    Wasn't sure what to call it so I called it what it is.

    And this is the problem I have with it.

    If I use a widget in the forum areas of my site everything is neat and orderly in the Profile areas as seen in this picture:Control of Profile Width Column May3rd

    Now with the widgets removed the Profile area becomes disarrayed and looks shabby as shown in this picture:Control of Profile Width Column May3rd1

    So as the picture says where do I go in the ACP to change the settings for the profile area so this does not happen?

    Thanks.

    MB1960


    Last edited by MADBIKER1960 on Fri 6 May - 15:30; edited 1 time in total
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Control of Profile Width Column

    Post by Nera. Fri 6 May - 13:33

    Go to this part
    Code:
    .postprofile dd, .postprofile dt {
        line-height: 1.2em;
        margin-left: 8px;
    }

    Try adding width: 170px;
    MADBIKER1960
    MADBIKER1960
    Forumember


    Male Posts : 97
    Reputation : 0
    Language : English
    Location : Toronto, Ontario. CANADA

    Solved Re: Control of Profile Width Column

    Post by MADBIKER1960 Fri 6 May - 14:53

    Nera. wrote:Go to this part
    Code:
    .postprofile dd, .postprofile dt {
        line-height: 1.2em;
        margin-left: 8px;
    }

    Try adding width: 170px;
    I appreciate the help you have shown here, however what you have shown me is for a punBB forum, I have a phpBB3 forum, and unfortunately that code is totally different then mine.

    Thanks.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Control of Profile Width Column

    Post by Nera. Fri 6 May - 15:10

    I took the code from your forum http://www.nfsworldunited.com/
    And see what I get when adding width => http://i.imm.io/5sYd.png
    ,)

    P.S. if you can't find it, try adding this to CSS
    Code:
    .postprofile dd, .postprofile dt {
    width: 170px;
    }
    MADBIKER1960
    MADBIKER1960
    Forumember


    Male Posts : 97
    Reputation : 0
    Language : English
    Location : Toronto, Ontario. CANADA

    Solved Re: Control of Profile Width Column

    Post by MADBIKER1960 Fri 6 May - 15:29

    Nera. wrote:I took the code from your forum http://www.nfsworldunited.com/
    And see what I get when adding width => http://i.imm.io/5sYd.png
    ,)

    P.S. if you can't find it, try adding this to CSS
    Code:
    .postprofile dd, .postprofile dt {
    width: 170px;
    }
    By adding that to the CSS it did the trick, thanks :wouhou:

    Mark this solved, seems the button for that is no longer available.
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Control of Profile Width Column

    Post by Nera. Fri 6 May - 15:31

    You welcome ,)
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Control of Profile Width Column

    Post by Base Fri 6 May - 16:04

    Since this problem has been solved, I will now lock this topic.

    >> Locked

    Control of Profile Width Column Topic_lock
    Base