Profile Page Issue
2 posters
Page 1 of 1
Profile Page Issue
So um I can't figure out what happened but now when ever I vist the profile page of any user this happens


Can someone please help me fix this because this is a bit annoying. . .


Can someone please help me fix this because this is a bit annoying. . .
Re: Profile Page Issue
Hi @Zed is Not Dead,
I believe the problem is caused by this CSS rule :
I believe the problem is caused by this CSS rule :
- Code:
#main-content div.borderwrap {
margin: 0 auto;
width: 1079px;
}
Re: Profile Page Issue
really. . .but that's how I keep everything centered so it doesn't look too wide on the forum. . .is there anyway around that?
Re: Profile Page Issue
Oh yeah, I'm not sure why I didn't think of that.
Might need some evening coffee.
Try adding this to your stylesheet :


Try adding this to your stylesheet :
- Code:
#profile-advanced-right div.borderwrap, div.borderwrap#profile-advanced-details{
width:auto;
margin:1px;
}
Re: Profile Page Issue
Odd 
Try adding the !important flag to both properties.

Try adding the !important flag to both properties.
- Code:
#profile-advanced-right div.borderwrap, div.borderwrap#profile-advanced-details{
width:auto !important;
margin:1px !important;
}
Re: Profile Page Issue
that did it
just need to set up two more codes and the site is all set
Thanks again
/




» Deleted personalized profile tweak still shows in profile edit page
» Profile + View Profile Issue
» Profile and UCP issue.
» Profile & Group Profile Page
» Trying to add icon before profile on any profile page
» Profile + View Profile Issue
» Profile and UCP issue.
» Profile & Group Profile Page
» Trying to add icon before profile on any profile page
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum