AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

Help! Center Align on Profile

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.
I know this has been asked before and I have read the other threads about it. But I just can't figure it out!:arghh: I'd like to center all the images I have on my mfc profile. I can't figure out the css. Please help!

Try this, Dolly. On your first pic (the mothdoll icecream one), type
<div align="center">
BEFORE the image link (like photobucket/whatever), then
at the end of it. Make sure to copy and paste your CURRENT code into a Word document before you make any changes, cause if a link is broken, or you mistype it, it could make the rest of your code all wonky.
 
#about_me_container, #about_me_value { width: 100%; display: block; }
#about_me_value img { display: block; margin-left: auto; margin-right: auto; }

Try putting that in your CSS (located in "Customize Profile"). That should center everything in your "about me" section. If you have photos in other containers, you will have to change the first part of the code to that specific container's value. I only use my "about me" section for my profile, so I just copied my code.
 
  • Helpful!
Reactions: PearTV
My photo is not centering with either of these methods.
I put.
<div align="center"> <img src="http://i1361.photobucket.com/albums/r677/jaydtheoctopus/Speeech_zpshj0cp2xs.jpg" border="0" alt="photo Speeech_zpshj0cp2xs.jpg"></div>
Any ideas as to why its not coming up centered? thanks.

That should have centered it. I just tried it on mine (with and without the div align) and it works as it should. Are you putting it in the "more about me/bio" section? Also, your profile link on here isn't working, so I can't see how you've got it set up.
 
How about CSS to center the #profile_header_container? I've searched through the forums and tried a couple codes including a body alignment CSS, but when I enter in a value to the margin, it still stays aligned to the left side of my profile. I've got the <div> code inserted into my HTML area and my about me is center, so that's great. I'm wanting my profile header container centered but I can't seem to figure that one out.

There's a link to my MFC profile in my signature to see what I mean. I want the very top with my avatar to be centered.
 
Nevermind! with some trial and error, I figured it out!!!

I used this
#profile_section_content , #avatar_holder {
margin:0 auto;
width:340px;
background-color:#ffffff;
}
 
  • Like
Reactions: Mira_xo
Status
Not open for further replies.