# Gebruikerskaart-sjabloon of widget?

**URL:** https://meta.discourse.org/t/user-card-template-or-widget/318657
**Category:** Development
**Tags:** user-card
**Created:** [26 juli 2024 om 16:36 UTC](https://meta.discourse.org/t/user-card-template-or-widget/318657 "2024-07-26T16:36:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Farhan\_Hossen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/farhan_hossen/32/344620_2.png) [@Farhan\_Hossen](https://meta.discourse.org/u/Farhan_Hossen)
#### Post date: [26 juli 2024 om 16:36 UTC](https://meta.discourse.org/t/user-card-template-or-widget/318657/1 "2024-07-26T16:36:02Z")

</div>

Is the user card a widget or template? I can’t find it anywhere. How can I modify its content?

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [27 juli 2024 om 04:47 UTC](https://meta.discourse.org/t/user-card-template-or-widget/318657/2 "2024-07-27T04:47:21Z")

</div>

There are a few #Customization > Theme component that modify usercard content

Looking at the source may help. I myself am not sure as still working on learning.

> [@Clickable Social Icon Links on Profile](https://meta.discourse.org/t/clickable-social-icon-links-on-profile/158136/4):
>
> Note that the message button and the background move as well, I was able to correct everything with this, but yeah it needs to be applied conditionally #user-card.no-bg .card-content { margin-top: 0px; } .user-card-avatar .avatar-flair.rounded, .user-profile-avatar .avatar-flair.rounded { bottom: 19px; } #user-card .usercard-controls { margin-top: 0px !important; }

The above adds social links to usercard.
