# Expand 'Image' and 'Title' component to edge of screen

**URL:** https://community.glideapps.com/t/expand-image-and-title-component-to-edge-of-screen/4296
**Category:** Feature Requests
**Created:** [February 5, 2020, 9:47pm UTC](https://community.glideapps.com/t/expand-image-and-title-component-to-edge-of-screen/4296 "2020-02-05T21:47:06Z")
**Posts on this page:** 1
**Showing post:** 33

<div class="post-metadata">

### Author: ![Lucas\_Pires](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lucas_pires/32/64863_2.png) [@Lucas\_Pires](https://community.glideapps.com/u/Lucas_Pires)
#### Post date: [October 4, 2020, 6:20pm UTC](https://community.glideapps.com/t/expand-image-and-title-component-to-edge-of-screen/4296/33 "2020-10-04T18:20:48Z")

</div>

@ThinhDinh I use the `<center>` into the `<th>` or `<td>`, and I also can manipulate the font size, take a look in this exxemple below

```
<table style="width:100%; ">
 <tr>
    <th><center><h1>MEDIA</b> </th>
    <th><center> # Classificações </b> </th>
 <tr>
    <td><center> de 5 </th>
    <td></th>
 </tr>

```

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/7/7e6dd7911c54d7205541b16ddd552b30a468cff2.png)

But you can also try

`<th style="text-align: right">` setting to right or left if you need.

---

_[View the full topic](https://community.glideapps.com/t/expand-image-and-title-component-to-edge-of-screen/4296)._
