MyBB Support

Changing avatar size on header (SOLVED)

Submitted by Sativa, , Thread ID: 173387

Thread Closed
Under the influence.
Level:
1
Reputation:
63
Posts:
611
Likes:
194
Credits:
2.37K
29-05-2020, 03:01 PM
This post was last modified: 30-05-2020, 05:00 AM by Sativa
#1
On my forum I would like to change the size of the avatar just above the forum by the CP menu like shown

[Image: Screenshot.png]

Any idea how to make it smaller because its overlapping the header bar

RE: Changing avatar size on header (SOLVED)

HeinHtetKyaw
Novice
Level:
0
Reputation:
0
Posts:
27
Likes:
1
Credits:
11
29-05-2020, 03:17 PM
#2
link or css code? providing those will more helpful for modify your website.

RE: Changing avatar size on header (SOLVED)

Under the influence.
Level:
1
Reputation:
63
Posts:
611
Likes:
194
Credits:
2.37K
OP
29-05-2020, 03:22 PM
#3
29-05-2020, 03:17 PM
HeinHtetKyaw Wrote:
link or css code? providing those will more helpful for modify your website.

What css code are you referring to?

RE: Changing avatar size on header (SOLVED)

Venipa
venipa.net
Level:
6
Reputation:
91
Posts:
525
Likes:
148
Credits:
6.18K
29-05-2020, 03:46 PM
#4
Code:
style="height: 32px; width: auto"
on the <img /> element

Code:
<img src="..." style="height: 32px; width: auto" />

Sativa
[Image: ad0png.png]
[Image: view?username=Venipa&style=small]

RE: Changing avatar size on header (SOLVED)

Under the influence.
Level:
1
Reputation:
63
Posts:
611
Likes:
194
Credits:
2.37K
OP
29-05-2020, 04:04 PM
#5
29-05-2020, 03:46 PM
Venipa Wrote:
Code:
style="height: 32px; width: auto"
on the <img /> element

Code:
<img src="..." style="height: 32px; width: auto" />

Sativa

I'm actually looking to modify the template on my forum to show the avatar the correct size, not custom css.

Users browsing this thread: 1 Guest(s)