Wie richtet man den Kategorientitel an der Beschreibung aus?

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

What was originally.

1

Added arbitrary photo:

2

In the corresponding section added css code:

CSS:

.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

And on the page with topics.

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

Thanks heaps! :slightly_smiling_face: