TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 01:08:13 PM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 212
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 66
  • Total: 66

User block question

Started by darkangel, October 18, 2014, 02:43:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

darkangel

I asked in SMF forum cause after all the avatars most likely generate there but they usually tell me to come ask here...so here I be.

In the User block the avatar is kind of small. I would like to enlarge it a bit more but can not seem to find where it hides it code.

I have tried changing all avatar instances in each themes index.css file, in the tp stylesheet file and no matter where I can not get it to get larger.

Any ideas where I may have missed it.

It is all themes so I concentrated more on the tp files and the default template.
Fantasies Realm  | Fantasy Attic

SMF 2.0.15 | TP 1.2 | many mod addons | variety of themes

lurkalot

Give this a try.  /Themes/default/tp-style.css?fin11  around line 1762 


div.useravatar img {
  background: none repeat scroll 0 0 white;
  border: 1px solid #aaa;
  display: block;
  margin: 1em auto 0;
  overflow: auto;
  padding: 1px;
  width: 45px;
}


Change width from 45px to what you need.

darkangel

Thank you very much. I had tried all of the items and must have missed that one cause it worked today...yay
Fantasies Realm  | Fantasy Attic

SMF 2.0.15 | TP 1.2 | many mod addons | variety of themes

lurkalot