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
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?
Thanks for the answer, I tried, it didn’t work.
I have seen this one, the category logos are too wide, the ui doesn’t have the space to show the about topic.
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.
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;
}
}
indeed it does
display: inline-block;
instead of display: none;
seems to work ?
Yes it do the work !
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.