# How do you align the category title to the description?

**URL:** https://meta.discourse.org/t/how-do-you-align-the-category-title-to-the-description/123369
**Category:** Support
**Created:** [July 19, 2019, 1:55am UTC](https://meta.discourse.org/t/how-do-you-align-the-category-title-to-the-description/123369 "2019-07-19T01:55:48Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cryss](https://avatars.discourse-cdn.com/v4/letter/c/d2c977/32.png) [@cryss](https://meta.discourse.org/u/cryss)
#### Post date: [July 19, 2019, 1:55am UTC](https://meta.discourse.org/t/how-do-you-align-the-category-title-to-the-description/123369/1 "2019-07-19T01:55:48Z")

</div>

![category%20title%20align%20with%20description](https://global.discourse-cdn.com/meta/original/3X/1/a/1a8dead24c4c96a70df0743a3f0ca76659967708.png)

The title is above the image but how do you put it on top of the description, and the same height with the image?

---

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [July 19, 2019, 4:19am UTC](https://meta.discourse.org/t/how-do-you-align-the-category-title-to-the-description/123369/2 "2019-07-19T04:19:20Z")

</div>

What was originally.

 ![1](https://global.discourse-cdn.com/meta/original/3X/0/f/0f8a1d88edc23397b5017f104ceedd11a5e77516.jpeg)

Added arbitrary photo:

 ![2](https://global.discourse-cdn.com/meta/original/3X/4/f/4f18fde0807d49ea6dbdf192fe2db4e7e97cd715.jpeg)

In the corresponding section added css code:

 ![5](https://global.discourse-cdn.com/meta/original/3X/f/0/f001c751c33c076814450a17073fb639c59c64ec.jpeg)

**CSS:**

```plaintext
.navigation-categories { 
    .category-list .category-text-title {
        margin-left: 79px;
    }
    
    .category-logo.aspect-image img {
         width: 65px;
        margin-top: -23px;
    }

}

.category-logo.aspect-image, .category-logo.aspect-image img {
    width: 60px !important;
}

```

Happened:

 ![3](https://global.discourse-cdn.com/meta/original/3X/e/e/ee19515c91d751243b84e69310feccff9434f43f.jpeg)

And on the page with topics.

 ![4](https://global.discourse-cdn.com/meta/original/3X/c/e/cee2c7edf909e47f0906f1417947021f7538db99.jpeg)

You can change the width, indents in css to any of your values.

---

<div class="post-metadata">

### Author: ![cryss](https://avatars.discourse-cdn.com/v4/letter/c/d2c977/32.png) [@cryss](https://meta.discourse.org/u/cryss)
#### Post date: [July 19, 2019, 4:48am UTC](https://meta.discourse.org/t/how-do-you-align-the-category-title-to-the-description/123369/3 "2019-07-19T04:48:16Z")

</div>

Thanks heaps! 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 18, 2019, 4:48am UTC](https://meta.discourse.org/t/how-do-you-align-the-category-title-to-the-description/123369/4 "2019-08-18T04:48:21Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
