Ana_d
(Ana)
1
Hello,
I have this bug
As you can see the categories and it’s description are not shown properly.
How can I change that ?
Thank you
have you tried in safe-mode?
Ana_d
(Ana)
3
Thanks for the answer, I tried, it didn’t work.
Benjamin_D
(Benjamin Decotte)
4
I have seen this one, the category logos are too wide, the ui doesn’t have the space to show the about topic.
Ana_d
(Ana)
5
I understand but everything was done prior and everything was nice and good looking 
Edit: Probably a dumb question but is there a way to change the CSS?
Edit 2 : Yes on the theme
Edit 3 : It worked !!
Moved it to Support since it was site specific.
Ana_d
(Ana)
7
Wait guys !
One of the problems is gone but now I can’t see the description on the main page.
No more gap but the description that were on the red line is now gone.
I guess it’s because the code hide the description
.category-list {
.category-description {
display: none;
}
.category-logo.aspect-image {
margin-bottom: 0;
}
}
Benjamin_D
(Benjamin Decotte)
8
indeed it does
display: inline-block; instead of display: none; seems to work ?