Hello
I am looking for advice/example of overriding the look of the user profile page in TB-wall.
Currently, the user profile page has a very small user image.
Changing this in css/artucles.css will affect the user image all over the site and is not the solution I am looking for.
.user-picture img {
width: 35px;
height: 35px;
}
I have made user-profile.tpl.php pages in an attempt to style the user profile page differently as per example here, but not had any changes apply to the tb-wall profile page despite clearing cache etc.
This is the only theme that I have not been able to override with a user-profile.tpl.php - I am at a loss, any ideas?
Hi Rhino,
Can you take a screenshot of what you want to set image size?
Thank you,
Will
Why don't I just tell you?
The current image is 35*35 pixels, and the entire user page is an afterthought with no styling at all.
I would really like to get a user-profile.tpl page to structure the user page much better that it is structured now (BIO headline is larger than bio text etc).
I would prefer the user image on the user profile page to be 200*200 pixels.
SOLUTION:
This is much easier solved with views - see this
http://drupal.stackexchange.com/questions/73184/how-to-change-the-user-p...