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.

Profile Column Width & Separator

3 posters

Go down

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;;
ioncube
ioncube
Forumember

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

http://defencedog.blogspot.com/

Back to top Go down

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;
}
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

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
ioncube
ioncube
Forumember

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

http://defencedog.blogspot.com/

Back to top Go down

Solved Re: Profile Column Width & Separator

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

What do you mean by increasing / decreasing its indent?
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

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
ioncube
ioncube
Forumember

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

http://defencedog.blogspot.com/

Back to top Go down

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;
}
Base
Base
Forumaster

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

http://forumotionhub.net

Back to top Go down

Solved Re: Profile Column Width & Separator

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

ok thnx sir; its solved... :wouhou:
ioncube
ioncube
Forumember

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

http://defencedog.blogspot.com/

Back to top Go down

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.
kirk
kirk
Forumaster

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum