# Template column question - how do i

**URL:** https://community.glideapps.com/t/template-column-question-how-do-i/23137
**Category:** Ask for Help
**Created:** [February 20, 2021, 4:13pm UTC](https://community.glideapps.com/t/template-column-question-how-do-i/23137 "2021-02-20T16:13:40Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [February 20, 2021, 5:56pm UTC](https://community.glideapps.com/t/template-column-question-how-do-i/23137/6 "2021-02-20T17:56:34Z")

</div>

Your first and third screenshots look fine. It looks like you have everything set up correctly. However, carriage returns aren’t recognized in a list like you are showing in your second screenshot. It will only respect the carriage returns in components like text or rich text. A list will attempt to remove the carriage returns and show as much text as it can in the limited space that it has. Your best best is to try to utilize all of the Data and Overlays settings for the list to try to get everything to display how you want.

Similar thread:

> [@Text wrap](https://community.glideapps.com/t/text-wrap/22516):
>
> In my Googe sheet I have a wrapped text in three lines in one cell. In Glide, the wrap does not appear although I checked in the text style the wrap.

Otherwise you could play around with some CSS manipulation to see if you can get the text to wrap.

> [@Text wrapping for Overlay Inline List](https://community.glideapps.com/t/text-wrapping-for-overlay-inline-list/20162):
>
> Hi! I would like to add text wrapping to my overlay text for an inline list in tile style. I see this is not possible, only when the text is below the image. Does anyone know of a workaround? Thanks!

> [@Glide's Community Built Messenger](https://community.glideapps.com/t/glides-community-built-messenger/20247/54):
>
> Here you are. I’m using a list layout. \<pre\>\<span\>\<style\> [data-test="list-item-subtitle"].textDetailStyle { font-size: 13px; } [data-test="list-item"] .navigationIcon { display: none; } [data-test="list-item-title"] { padding-bottom: 5px; } [data-test="list-item"].allow-wrapping .textDetailStyle{ white-space: pre-wrap; } [data-test="list-item"]{ align-items: end; }

Existing Feature Requests:

> [@Inline List with word wrap](https://community.glideapps.com/t/inline-list-with-word-wrap/4584):
>
> It would be interesting for the user to be able to choose the best option without having to navigate to the details screen

> [@Wrap text in Inline Lists](https://community.glideapps.com/t/wrap-text-in-inline-lists/2208):
>
> It would be great to have the Wrap Text option for lists and inline lists. Either that or allow for the image field in the new Tiles layout to be set as nothing/blank so that the full titles can be shown using the new text wrap feature.

---

_[View the full topic](https://community.glideapps.com/t/template-column-question-how-do-i/23137)._
