By Mu Kossa on Monday, 03 December 2018
Posted in General
Replies 3
Likes 0
Views 466
Votes 0
I've placed the recent discussions module inside a column on my forum page, but the formatting looks a bit weird.I have the same copied module on the front page of my site, in a wider column, and in the wider column the text and everything looks ok.

How can I fix so that the module looks ok inside the smaller column on my forum page?
Hi there,

Applied css codes below on Easydiscuss custom.css files. It should shown as it should. Can you give it a check and see how it goes.

[gist type="css"]
/* adjust the Module text alignment */
#ed .m-list--has-divider>.m-list__item:after {
margin-right: 9px;
}
#ed .m-list--inline>.m-list__item {
display: initial;
}

[/gist]
·
Monday, 03 December 2018 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, Sorry but there's no change. It still looks the same.
·
Wednesday, 05 December 2018 13:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

My changes are to show this http://take.ms/afBcY inline and same with your front end modules views. May i know that you wanted them to looks exactly like your frontend? If yes, currently it is not possible as you will need to have bigger width for that sections to achieve them.

Maybe i have miss-understand your requirement here. Can you provide us with more details on which part of them are are not showing correctly on your perspective.

Please advice.
·
Wednesday, 05 December 2018 14:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post