Hi videokammenos,
You probably just need to force the irregular sections to be the same width as the others
Since your Profile Picture seems to be 377px wide,
Use this to even the length of your #user-links:
- Code: Select all
#user-links {width: 377px !important;}
You can adjust the
377px accordingly as you see fit.
If the part reading
"View All 13 Photos" does not adjust along with the user-links,
try adding this:
- Code: Select all
#picture-links {width: 377px !important;}
And do the same with your
"Status: tpt - Comment »"Use this:
- Code: Select all
#todays-topic {width: 400px !important;}
You will need to play around with the
400px value, till you see that it lines up well.
I just used a random number.
I hope this explains everything.
Thanks for making the effort to take a Photo of the problem and explaining it well.
Unfortunately, the persons profile link you gave me was private.
You only forgot to name the topic properly.
Like this:
hi5 Question: How can I center my cells with personal detailsNo worries.
With the photo,
Next time, just press the
"Print Scr" button, and paste the
Screenshot in Paint, or any Graphics Program. (Then upload online of course)
no need to go through the drama of bringing out a camera.
And you have too many
<style type="text/css"></style> tags in your code.
It is not needed.
You only need one at the start of all the code, and one at the end of all the codes.
Good luck!