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 Like
What was originally.
Added arbitrary photo:
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:
And on the page with topics.
You can change the width, indents in css to any of your values.
7 Likes
Thanks heaps!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.