MyBB Support

Changing avatar size on header (SOLVED)

Submitted by Sativa, , Thread ID: 173387

Thread Closed
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)

#2
link or css code? providing those will more helpful for modify your website.

RE: Changing avatar size on header (SOLVED)

OP
#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)

#4
Code:
style="height: 32px; width: auto"
on the <img /> element

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

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

RE: Changing avatar size on header (SOLVED)

OP
#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)