By Adam T on Sunday, 16 September 2018
Posted in General Issues
Likes 0
Views 541
Votes 0
Could someone please advise how I can adjust the line-spacing for the EasyDiscuss Categories Module?

Here's a screenshot to illustrate what I mean:

https://promethean.tinytake.com/sf/MjkyMTQyNV84NzY3MDg5
Hey there,

I am really sorry for the delay of this reply as it is a public holidays for us here.

You can try apply this following custom css into your template and see how it goes.


body #ed.discuss-mod-categories .ed-list__item {
padding: 0px 24px;
}


Make sure clear your backend and your browser cache before you test it.
·
Monday, 17 September 2018 10:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Many thanks for the assistance!

The space between the headings is now perfect. However, it would be great if I could also reduce the space between the heading and post count/subcategory count. Here is a screen capture to illustrate:

https://promethean.tinytake.com/sf/MjkyMjYwM184NzcxMzEz
·
Monday, 17 September 2018 15:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, you can try this following code :


body #ed.discuss-mod-categories .g-list-inline {
margin-top: -10px;
}
·
Tuesday, 18 September 2018 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
That's perfect Arlex!

Many thanks for you super professional support
·
Tuesday, 18 September 2018 11:56
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Tuesday, 18 September 2018 12:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post