# Een element van een thema opnieuw uitlijnen en afvragen hoe het heet

**URL:** https://meta.discourse.org/t/trying-to-re-align-an-element-of-a-theme-and-just-wondering-what-its-called/290859
**Category:** Development
**Created:** [8 januari 2024 om 12:35 UTC](https://meta.discourse.org/t/trying-to-re-align-an-element-of-a-theme-and-just-wondering-what-its-called/290859 "2024-01-08T12:35:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Kartoon](https://avatars.discourse-cdn.com/v4/letter/k/e36b37/32.png) [@Kartoon](https://meta.discourse.org/u/Kartoon)
#### Post date: [8 januari 2024 om 12:35 UTC](https://meta.discourse.org/t/trying-to-re-align-an-element-of-a-theme-and-just-wondering-what-its-called/290859/1 "2024-01-08T12:35:50Z")

</div>

Didn’t necessarily word that title great but I don’t particularly know what I’m doing 😅 I’ve been slowly trying to fix a broken theme/update deprecated parts (that I didn’t make of course) and I’m slowly getting it but I’m now trying to realign some parts and I don’t know what exactly I’m looking for.

I’ve gotten a lot of it but what would I be looking for to readjust this?

 ![Screenshot 2024-01-08 043128](https://global.discourse-cdn.com/meta/original/4X/d/3/0/d309bcd0be4e03788f71602d960c05912f045fae.png)

I want to re-align it properly with the actual topic as seen below (I also want to expand the the width of the posts themselves but that’s less important). There’s a ton of border customizations so I have no idea what this specific piece is

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [9 januari 2024 om 14:57 UTC](https://meta.discourse.org/t/trying-to-re-align-an-element-of-a-theme-and-just-wondering-what-its-called/290859/2 "2024-01-09T14:57:48Z")

</div>

You can use your browser’s inspector tool to find the relevant IDs or classes to target that element with CSS… this post may help: [Making custom CSS changes on your site](https://meta.discourse.org/t/make-css-changes-on-your-site/168101#how-do-i-find-which-selectors-to-use-6)
