# Profile page CSS - About Me

**URL:** https://meta.discourse.org/t/profile-page-css-about-me/85277
**Category:** Support
**Created:** [April 13, 2018, 8:34pm UTC](https://meta.discourse.org/t/profile-page-css-about-me/85277 "2018-04-13T20:34:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chrisman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chrisman/32/120094_2.png) [@chrisman](https://meta.discourse.org/u/chrisman)
#### Post date: [April 13, 2018, 8:34pm UTC](https://meta.discourse.org/t/profile-page-css-about-me/85277/1 "2018-04-13T20:34:41Z")

</div>

Under the logged in user settings, under Profile, is a box for “About Me.” On this [discourse.org](http://discourse.org), the text box is about 7 lines tall. Mine is only 2 lines, if that. Where do i tweak the setting for that?  
This page, if it’s not clear:  
[https://meta.discourse.org/u/chrisman/preferences/profile](https://meta.discourse.org/u/chrisman/preferences/profile)

---

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [April 18, 2018, 7:27pm UTC](https://meta.discourse.org/t/profile-page-css-about-me/85277/2 "2018-04-18T19:27:34Z")

</div>

I just checked on my test site and the textbox has the same height as the one here on Meta. Are you running the latest version of Discourse, out of curiosity?

In any case, below is the CSS you would need to adjust the height of the “About Me” textbox on user profiles. You can change the `14em` to whatever you’d like, but that’s the value it is set to by default here on Meta.

```plaintext
.user-preferences .bio-composer .d-editor-textarea-wrapper {
   min-height: 14em;
}

```

---

<div class="post-metadata">

### Author: ![chrisman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chrisman/32/120094_2.png) [@chrisman](https://meta.discourse.org/u/chrisman)
#### Post date: [April 18, 2018, 7:56pm UTC](https://meta.discourse.org/t/profile-page-css-about-me/85277/3 "2018-04-18T19:56:20Z")

</div>

Your CSS works, thank you!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [June 8, 2024, 12:37pm UTC](https://meta.discourse.org/t/profile-page-css-about-me/85277/4 "2024-06-08T12:37:38Z")

</div>

This topic was automatically closed after 2247 days. New replies are no longer allowed.
