How do you align the category title to the description?

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

1 „Gefällt mir“

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.

7 „Gefällt mir“

Thanks heaps! :slightly_smiling_face:

1 „Gefällt mir“

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