Profile Page Issue 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.
2 posters

    Profile Page Issue

    Zed is Not Dead
    Zed is Not Dead
    Forumember


    Posts : 257
    Reputation : 28
    Language : English

    Solved Profile Page Issue

    Post by Zed is Not Dead Wed 30 Sep 2015 - 21:55

    So um I can't figure out what happened but now when ever I vist the profile page of any user this happens

    Profile Page Issue ENXCRMt

    Profile Page Issue SuNAcBn

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


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Profile Page Issue

    Post by Ange Tuteur Wed 30 Sep 2015 - 22:06

    Hi @Zed is Not Dead,

    I believe the problem is caused by this CSS rule :
    Code:
    #main-content div.borderwrap {
      margin: 0 auto;
      width: 1079px;
    }
    Zed is Not Dead
    Zed is Not Dead
    Forumember


    Posts : 257
    Reputation : 28
    Language : English

    Solved Re: Profile Page Issue

    Post by Zed is Not Dead Wed 30 Sep 2015 - 22:16

    really. . .but that's how I keep everything centered so it doesn't look too wide on the forum. . .is there anyway around that?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Profile Page Issue

    Post by Ange Tuteur Wed 30 Sep 2015 - 22:24

    Oh yeah, I'm not sure why I didn't think of that. blackeye Might need some evening coffee. Lol

    Try adding this to your stylesheet :
    Code:
    #profile-advanced-right div.borderwrap, div.borderwrap#profile-advanced-details{
      width:auto;
      margin:1px;
    }
    Zed is Not Dead
    Zed is Not Dead
    Forumember


    Posts : 257
    Reputation : 28
    Language : English

    Solved Re: Profile Page Issue

    Post by Zed is Not Dead Wed 30 Sep 2015 - 22:44

    nope didn't do it
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Profile Page Issue

    Post by Ange Tuteur Wed 30 Sep 2015 - 22:45

    Odd blackeye

    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;
    }
    Zed is Not Dead
    Zed is Not Dead
    Forumember


    Posts : 257
    Reputation : 28
    Language : English

    Solved Re: Profile Page Issue

    Post by Zed is Not Dead Wed 30 Sep 2015 - 22:56

    that did it Very Happy just need to set up two more codes and the site is all set Very Happy Thanks again Very Happy/
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Profile Page Issue

    Post by Ange Tuteur Wed 30 Sep 2015 - 23:11

    You're welcome ^^

    Topic archived

    Have a good day. Smile