« Web, HTML, Tech Forum

Profile image looks off centre? Repositioning your profile image. [closed]

Posted by Aktrya

posted

Forum: Web, HTML, Tech

Hey guys.

If you take a little peek at my page, you may notice my profile image is spaced weirdly with the rest of my status box. As in, My Profile Image is too low. Anyone got tips on how to fix that?

Let me know if you need any of the code I'm currently using.


Report Topic

1 Reply

Reply by Aktrya

posted

Nvm gang, i fixed it. It was a margin size error. Here's what was wrong hand how to fix.


div. mood{     border: 2px solid #d4e28e00;}


.profile-pic img {

    border-radius: 100%;

    margin-top: 10px;  <-- this was the problem, it used to be 20px. No clue how this happened.

    margin-left: 10px;

outline: 2px dashed #d4e28e;

outline-offset: 4px;

}



Permalink Report Reply

Aktrya closed this Forum Topic