Profile Column Width & Separator 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

    Profile Column Width & Separator

    ioncube
    ioncube
    Forumember


    Male Posts : 279
    Reputation : 41
    Language : eng
    Location : Pakistan

    Solved Profile Column Width & Separator

    Post by ioncube April 24th 2011, 6:58 pm

    Profile Column Width & Separator 980989-424201175306pm
    Two arrows two questions;
    First the profile column width; how do I shrink/expand this?
    Second can I add a custom separating line (second arrow)?

    regards;;
    Base
    Base
    Forumaster


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

    Solved Re: Profile Column Width & Separator

    Post by Base April 24th 2011, 7:57 pm

    The answer to the white column separator is the CSS code used:

    Code:
    .postprofile {
        border-left: 1px solid #FFFFFF;
    }
    ioncube
    ioncube
    Forumember


    Male Posts : 279
    Reputation : 41
    Language : eng
    Location : Pakistan

    Solved Re: Profile Column Width & Separator

    Post by ioncube April 24th 2011, 10:48 pm

    because my profile boz is on left si I pasted
    Code:
    .postprofile {
        border-right: 1px solid #FFFFFF;
    }
    However how I decrease/increase its indent
    Base
    Base
    Forumaster


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

    Solved Re: Profile Column Width & Separator

    Post by Base April 25th 2011, 11:12 am

    What do you mean by increasing / decreasing its indent?
    ioncube
    ioncube
    Forumember


    Male Posts : 279
    Reputation : 41
    Language : eng
    Location : Pakistan

    Solved Re: Profile Column Width & Separator

    Post by ioncube April 25th 2011, 10:03 pm

    Base wrote:What do you mean by increasing / decreasing its indent?
    It means separator line distance from the profile
    Profile Column Width & Separator 41238-4252011110208pm
    Base
    Base
    Forumaster


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

    Solved Re: Profile Column Width & Separator

    Post by Base April 26th 2011, 5:58 pm

    Yes, it's possible by using this code:

    Code:
    .postprofile {
        padding-left: #px;
    }

    The # represents a number. The bigger the number, further the separator is away from the poster's details. Because your profiles are on the left, you will need to use this instead:

    Code:
    .postprofile {
        padding-right: #px;
    }
    ioncube
    ioncube
    Forumember


    Male Posts : 279
    Reputation : 41
    Language : eng
    Location : Pakistan

    Solved Re: Profile Column Width & Separator

    Post by ioncube April 26th 2011, 11:27 pm

    ok thnx sir; its solved... :wouhou:
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Profile Column Width & Separator

    Post by kirk April 26th 2011, 11:51 pm

    Since the question is now solved i will mark and lock the thread.